зеркало из https://github.com/github/msysgit.git
download-stats: look for 1.9.4 now
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Родитель
b0267f61dd
Коммит
7649771d91
|
@ -3,6 +3,10 @@
|
||||||
# This script shows the download stats on GitHub. Update the id using the
|
# This script shows the download stats on GitHub. Update the id using the
|
||||||
# output of curl -s https://api.github.com/repos/msysgit/msysgit/releases/
|
# output of curl -s https://api.github.com/repos/msysgit/msysgit/releases/
|
||||||
|
|
||||||
id=${1:-268568}
|
# 1.9.2
|
||||||
|
#id=${1:-268568}
|
||||||
|
# 1.9.4
|
||||||
|
id=${1:-371088}
|
||||||
|
|
||||||
curl -s https://api.github.com/repos/msysgit/msysgit/releases/$id/assets |
|
curl -s https://api.github.com/repos/msysgit/msysgit/releases/$id/assets |
|
||||||
grep -e '"name":' -e '"download_count":'
|
grep -e '"name":' -e '"download_count":'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче