authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:32:05 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:32:05 -08:00
logf366d471dd205120531135c82279f1457fd5d11f
treead41c579cb87b855f38decb4f65ddde56e9eb738
parent6ff9fb3d04a5025507ab4790324024b1dc12d2e4

update to zig master 0.8.0-dev.1158


5 files changed, 7 insertions(+), 7 deletions(-)

.circleci/config.yml+1-1
......@@ -15,7 +15,7 @@ jobs:
1515 - run: git submodule update --init --recursive
1616
1717 - run: apt -y install xz-utils jq
18 - run: ./download_zig.sh 0.8.0-dev.1127+6a5a6386c
18 - run: ./download_zig.sh 0.8.0-dev.1158+0aef1faa8
1919 - run: zig version
2020 - run: zig env
2121 - run: zig build -Dbootstrap
README.md+1-1
......@@ -18,7 +18,7 @@ A package manager for the Zig programming language.
1818
1919## Built With
2020- Zig master
21- 0.8.0-dev.1127+6a5a6386c
21- `0.8.0-dev.1158+0aef1faa8`
2222
2323### Build from Source
2424Initially,
deps.zig+2-2
......@@ -42,7 +42,7 @@ pub const _paths = .{
4242 "/v/git/github.com/nektro/zig-ansi/commit-25039ca/",
4343 "/v/git/github.com/ziglibs/known-folders/commit-f0f4188/",
4444 "/v/git/github.com/Vexu/zuri/commit-41bcd78/",
45 "/v/git/github.com/alexnask/iguanaTLS/commit-58f72f6/",
45 "/v/git/github.com/alexnask/iguanaTLS/commit-2c21764/",
4646 "/v/git/github.com/nektro/zig-licenses/commit-a15ef9b/",
4747};
4848
......@@ -50,7 +50,7 @@ pub const package_data = struct {
5050 pub const _s84v9o48ucb0xq0cmzq0cn433hgw0iaqztugja16h8bzxu3h = build.Pkg{ .name = "ansi", .path = cache ++ "/v/git/github.com/nektro/zig-ansi/commit-25039ca/src/lib.zig", .dependencies = &[_]build.Pkg{ } };
5151 pub const _2ta738wrqbaqzl3iwzoo8nj35k9ynwz5p5iyz80ryrpp4ttf = build.Pkg{ .name = "known-folders", .path = cache ++ "/v/git/github.com/ziglibs/known-folders/commit-f0f4188/known-folders.zig", .dependencies = &[_]build.Pkg{ } };
5252 pub const _2b7mq571jmq31ktmpigopu29480iw245heueajgxzxn7ab8o = build.Pkg{ .name = "zuri", .path = cache ++ "/v/git/github.com/Vexu/zuri/commit-41bcd78/src/zuri.zig", .dependencies = &[_]build.Pkg{ } };
53 pub const _csbnipaad8n77buaszsnjvlmn6j173fl7pkprsctelswjywe = build.Pkg{ .name = "iguanatls", .path = cache ++ "/v/git/github.com/alexnask/iguanaTLS/commit-58f72f6/src/main.zig", .dependencies = &[_]build.Pkg{ } };
53 pub const _csbnipaad8n77buaszsnjvlmn6j173fl7pkprsctelswjywe = build.Pkg{ .name = "iguanatls", .path = cache ++ "/v/git/github.com/alexnask/iguanaTLS/commit-2c21764/src/main.zig", .dependencies = &[_]build.Pkg{ } };
5454 pub const _0npcrzfdlrvkf44mzjo8bduj9gmqyefo0j3rstt6b0pm2r6r = build.Pkg{ .name = "licenses", .path = cache ++ "/v/git/github.com/nektro/zig-licenses/commit-a15ef9b/src/lib.zig", .dependencies = &[_]build.Pkg{ } };
5555};
5656
docs/README.md+2-2
......@@ -8,13 +8,13 @@ You can learn more about Zig here:
88
99The rest of this documentation will assume you already have Zig installed.
1010
11As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.8.0-dev.1127+6a5a6386c`.
11As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.8.0-dev.1158+0aef1faa8`.
1212
1313## Download
1414You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.
1515
1616### Build Zigmod from source
17Assuming you have Zig master `0.8.0-dev.1127+6a5a6386c` installed,
17Assuming you have Zig master installed,
1818```
1919$ git clone https://github.com/nektro/zigmod --recursive
2020$ cd zigmod
zig.mod+1-1
......@@ -39,7 +39,7 @@ dependencies:
3939 version: commit-41bcd78
4040
4141 - src: git https://github.com/alexnask/iguanaTLS
42 version: commit-58f72f6
42 version: commit-2c21764
4343
4444 - src: git https://github.com/nektro/zig-licenses
4545 version: commit-a15ef9b