We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729fb0a commit 5fab09aCopy full SHA for 5fab09a
download-stats.sh
@@ -20,8 +20,6 @@ test "--update" != "$1" || {
20
}
21
22
# IDs
23
-# v2.46.1.windows.1
24
-#id=${1:-175612508}
25
# v2.46.2.windows.1
26
#id=${1:-176618150}
27
# v2.47.0-rc0.windows.1
@@ -79,7 +77,9 @@ test "--update" != "$1" || {
79
77
# v2.51.0-rc2.windows.1
80
78
#id=${1:-239792652}
81
# v2.51.0.windows.1
82
-id=${1:-240826429}
+#id=${1:-240826429}
+# v2.51.0.windows.2
+id=${1:-250949479}
83
# v2.11.1.mingit-prerelease.6
84
# v2.11.1.mingit-prerelease.4
85
# v2.11.1.mingit-prerelease.5
0 commit comments