build: update to zig-0.15.0-dev.936+fc2c1883b
This commit is contained in:
parent
ccdcbbff09
commit
9af61100d0
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
0.14.0
|
||||
0.15.0-dev.936+fc2c1883b
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
.hash = "cbor-1.0.0-RcQE_GDyAABovyRXoYFX8zD_NVOLGDc9l5g09-W-svMR",
|
||||
},
|
||||
.asio = .{
|
||||
.url = "https://github.com/neurocyte/asio/archive/24d28864ec5aae6146d88a172288e3bf3f099734.tar.gz",
|
||||
.hash = "asio-1.30.2-tLhDdyKA4QBqQFDrsuK_hO1HfqX-DQMl-Sku7yy4vUfM",
|
||||
.url = "https://github.com/neurocyte/asio/archive/c017afbe65b4b71b5ba3ecaeb6dbc981df75dc9b.tar.gz",
|
||||
.hash = "asio-1.30.2-tLhDdweB4QAEkwboXZ-EshXBw4Fxs4KGxYhKdR0hu5O1",
|
||||
},
|
||||
.tracy = .{
|
||||
.url = "https://github.com/neurocyte/zig-tracy/archive/82f18a661af17089198fb7c489ef253f02b939b5.tar.gz",
|
||||
|
|
2
zig
2
zig
|
@ -24,7 +24,7 @@ if [ "$ARCH" == "arm64" ]; then
|
|||
ARCH=aarch64
|
||||
fi
|
||||
|
||||
ZIGVER="zig-$OS-$ARCH-$VERSION"
|
||||
ZIGVER="zig-$ARCH-$OS-$VERSION"
|
||||
ZIG=$ZIGDIR/$ZIGVER/zig
|
||||
|
||||
if [ "$1" == "update" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue