download-stats: look for 1.9.4 now

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2014-06-12 09:54:03 -05:00
Родитель b0267f61dd
Коммит 7649771d91
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,10 @@
# 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/
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 |
grep -e '"name":' -e '"download_count":'