Compare commits

...

2 commits

5 changed files with 7 additions and 7 deletions

View file

@ -45,7 +45,7 @@ Or check your favorite local system package repository.
Make sure your system meets the requirements listed above.
Flow builds with zig 0.14.0 at this time. Build with:
Flow builds with zig 0.14.1 at this time. Build with:
```shell
zig build -Doptimize=ReleaseSafe

View file

@ -1 +1 @@
0.14.0
0.14.1

View file

@ -1,7 +1,7 @@
.{
.name = .flow,
.version = "0.2.0",
.minimum_zig_version = "0.14.0",
.minimum_zig_version = "0.14.1",
.fingerprint = 0x52c0d670590aa80f,
.dependencies = .{
@ -19,8 +19,8 @@
.hash = "thespian-0.0.1-owFOjosTBgAgvY4TcT_xI30QsbU8cE_tAUu_HoxoTjMV",
},
.themes = .{
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-ac2e3fe2df3419b71276f86fa9c45fd39d668f23/flow-themes.tar.gz",
.hash = "N-V-__8AAEtaFwAjAHCmWHRCrBxL7uSG4hQiIsSgS32Y67K6",
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz",
.hash = "N-V-__8AAJiAIgDMVIi8CRb_xko9_qVQ-UiQzd5FTBBr0aPa",
},
.fuzzig = .{
.url = "https://github.com/fjebaker/fuzzig/archive/44c04733c7c0fee3db83672aaaaf4ed03e943156.tar.gz",

View file

@ -2,7 +2,7 @@
.name = .flow_syntax,
.version = "0.1.0",
.fingerprint = 0x3ba2584ea1cec85f,
.minimum_zig_version = "0.14.0-dev.3451+d8d2aa9af",
.minimum_zig_version = "0.14.1",
.dependencies = .{
.tree_sitter = .{

2
zig
View file

@ -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