From 7649771d912836c1c588c2923030ac06c4ced1c0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 12 Jun 2014 09:54:03 -0500 Subject: [PATCH] download-stats: look for 1.9.4 now Signed-off-by: Johannes Schindelin --- bin/download-stats.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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":' -- 2.11.4.GIT