From ffb2f22fecdccfaba950b7354734b00d22a93fb4 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 25 Mar 2015 08:25:11 +0100 Subject: [PATCH] download-stats: show 1.9.5.msysgit.1 downloads by default Signed-off-by: Johannes Schindelin --- bin/download-stats.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/download-stats.sh b/bin/download-stats.sh index 2d0ece30..a6f91ea7 100755 --- a/bin/download-stats.sh +++ b/bin/download-stats.sh @@ -11,7 +11,9 @@ # 1.9.4.msysgit.2 #id=${1:-591437} # 1.9.5.msysgit.0 -id=${1:-795893} +#id=${1:-795893} +# 1.9.5.msysgit.1 +id=${1:-1070825} curl -s https://api.github.com/repos/msysgit/msysgit/releases/$id/assets | grep -e '"name":' -e '"download_count":' -- 2.11.4.GIT