From: Johannes Schindelin Date: Thu, 12 Jun 2014 14:54:03 +0000 (-0500) Subject: download-stats: look for 1.9.4 now X-Git-Url: https://repo.or.cz/w/msysgit.git/commitdiff_plain/7649771d912836c1c588c2923030ac06c4ced1c0 download-stats: look for 1.9.4 now Signed-off-by: Johannes Schindelin --- diff --git a/bin/download-stats.sh b/bin/download-stats.sh index f5252094..4eebe02f 100755 --- a/bin/download-stats.sh +++ b/bin/download-stats.sh @@ -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":'