authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-05-22 09:00:03 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-05-22 09:00:03 -07:00
loge2daa4df453f55982cf43fb7fc162156532561f4
tree1d0120cad5ddc6620903df3fa19677b32cc05007
parent1deedb26f45635cf4d933cf4fe613eb392320559

update to zig 0.10.0-dev.2017+a0a2ce92c

changes from https://github.com/ziglang/zig/commit/a0a2ce92ca129d28e22c63f7bace1672c43776b5 closes #66 closes #68

6 files changed, 6 insertions(+), 6 deletions(-)

README.md+1-1
......@@ -17,7 +17,7 @@ A package manager for the Zig programming language.
1717- https://github.com/nektro/zigmod/releases
1818
1919## Built With
20- Zig master (at least `0.10.0-dev.531+3eb8d01f5`)
20- Zig master (at least `0.10.0-dev.2017+a0a2ce92c`)
2121- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
2222
2323### Build from Source
deps.zig+1-1
......@@ -50,7 +50,7 @@ pub const Package = struct {
5050};
5151
5252fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {
53 const min = std.SemanticVersion.parse("0.10.0-dev.531+3eb8d01f5") catch return;
53 const min = std.SemanticVersion.parse("0.10.0-dev.2017+a0a2ce92c") catch return;
5454 if (current.order(min).compare(.lt)) @panic(exe.builder.fmt("Your Zig version v{} does not meet the minimum build requirement of v{}", .{current, min}));
5555}
5656
docs/README.md+1-1
......@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
1010
1111As 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.
1212
13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.531+3eb8d01f5`.
13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.2017+a0a2ce92c`.
1414
1515## Download
1616You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.
src/cmd/aquila/install.zig+1-1
......@@ -67,7 +67,7 @@ pub fn execute(args: [][]u8) !void {
6767 "--prefix", try std.fs.path.join(gpa, &.{ homepath, ".zigmod" }),
6868 "--cache-dir", try std.fs.path.join(gpa, &.{ cache.?, "zigmod", "zig" }),
6969 };
70 const proc = try std.ChildProcess.init(argv, gpa);
70 var proc = std.ChildProcess.init(argv, gpa);
7171 proc.cwd = modpath;
7272 const term = try proc.spawnAndWait();
7373 switch (term) {
src/cmd/aquila/update.zig+1-1
......@@ -53,7 +53,7 @@ pub fn execute(args: [][]u8) !void {
5353 "--prefix", try std.fs.path.join(gpa, &.{ homepath, ".zigmod" }),
5454 "--cache-dir", try std.fs.path.join(gpa, &.{ cache.?, "zigmod", "zig" }),
5555 };
56 const proc = try std.ChildProcess.init(argv, gpa);
56 var proc = std.ChildProcess.init(argv, gpa);
5757 proc.cwd = modpath;
5858 const term = try proc.spawnAndWait();
5959 switch (term) {
zig.mod+1-1
......@@ -3,7 +3,7 @@ name: zigmod
33main: src/lib.zig
44license: MIT
55description: A package manager for the Zig programming language.
6min_zig_version: 0.10.0-dev.531+3eb8d01f5
6min_zig_version: 0.10.0-dev.2017+a0a2ce92c
77dependencies:
88 - src: git https://github.com/yaml/libyaml tag-0.2.5
99 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc