Skip to content

Commit

Permalink
download-stats: a new version just came out
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 10, 2015
1 parent 17c1640 commit d9e07dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion download-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ test "--update" != "$1" || {
# v2.6.1.windows.1
#id=${1:-1914287}
# v2.6.2.windows.1
id=${1:-1984920}
#id=${1:-1984920}
# v2.6.3.windows.1
id=${1:-2104213}

curl -s https://api.github.com/repos/git-for-windows/git/releases/$id/assets |
grep -e '"name":' -e '"download_count":'

0 comments on commit d9e07dc

Please sign in to comment.