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.
2 parents 5569af9 + cbd29d9 commit 21cda20Copy full SHA for 21cda20
bin/install
@@ -15,6 +15,8 @@ get_url() {
15
curl -s $BASE_URL \
16
| sed -n 's/"tarball": "\(.*\/builds\/.*zig-'"$platform"'-'"$arch"'-[0-9\.]*.*\)",/\1/p' \
17
)
18
+ elif [[ "$version" =~ ^[0-9]+\.[0-9]+\.[0-9]+-dev.[0-9]+\+[0-9a-f]+$ ]]; then
19
+ url="https://ziglang.org/builds/zig-$platform-$arch-$version.tar.xz"
20
else
21
url=$( \
22
0 commit comments