Skip to content

Commit

Permalink
download-stats: new Git for Windows version
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 5, 2016
1 parent a37cb9e commit 3b9db1b
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 @@ -67,7 +67,9 @@ test "--update" != "$1" || {
# v2.6.3.windows.1
#id=${1:-2104213}
# v2.6.4.windows.1
id=${1:-2285622}
#id=${1:-2285622}
# v2.7.0.windows.1
id=${1:-2375145}

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

0 comments on commit 3b9db1b

Please sign in to comment.