File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
zig-version : [master]
18
18
os : [ubuntu-latest, macos-latest, windows-latest]
19
19
include :
20
- - zig-version : " 0.14.0 "
20
+ - zig-version : " 0.15.1 "
21
21
os : ubuntu-latest
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub fn build(b: *std.Build) void {
84
84
.include_path = "libxml/xmlversion.h" ,
85
85
.style = .{ .cmake = upstream .path ("include/libxml/xmlversion.h.in" ) },
86
86
}, .{
87
- .VERSION = b .fmt ("{}" , .{version }),
87
+ .VERSION = b .fmt ("{f }" , .{version }),
88
88
.LIBXML_VERSION_NUMBER = @as (i64 , version .major * 10000 + version .major * 100 + version .patch ),
89
89
.LIBXML_VERSION_EXTRA = "" ,
90
90
.WITH_THREADS = threads ,
Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = .libxml2 ,
3
3
.version = "2.14.3-3" ,
4
- .minimum_zig_version = "0.14.0 " ,
4
+ .minimum_zig_version = "0.15.1 " ,
5
5
.dependencies = .{
6
6
.libxml2 = .{
7
7
.url = "git+https://gitlab.gnome.org/GNOME/libxml2.git?ref=v2.14.3#8d509f483dd5ce268b2fded9c738132c47d820d8" ,
8
8
.hash = "N-V-__8AAKECgwELybeTt28_dzxwziqdrHDrIiadVpfYeFbx" ,
9
9
},
10
10
.zlib = .{
11
- .url = "git+https://github.com/allyourcodebase/zlib#6c72830882690c1eb2567a537525c3f432c1da50 " ,
12
- .hash = "zlib-1.3.1-ZZQ7lVgMAACwO4nUUd8GLhsuQ5JQq_VAhlEiENJTUv6h " ,
11
+ .url = "git+https://github.com/allyourcodebase/zlib.git#61e7df7e996ec5a5f13a653db3c419adb340d6ef " ,
12
+ .hash = "zlib-1.3.1-ZZQ7lbYMAAB1hTSOKSXAKAgHsfDcyWNH_37ojw5WSpgR " ,
13
13
.lazy = true ,
14
14
},
15
15
.libiconv = .{
16
- .url = "git+https://github.com/allyourcodebase/libiconv.git#9def4c8a1743380e85bcedb80f2c15b455e236f3 " ,
17
- .hash = "libiconv-1.18.0-p9sJwWnqAACzVYeWgXB5r5lOQ74XwTPlptixV0JPRO28 " ,
16
+ .url = "git+https://github.com/allyourcodebase/libiconv.git#d86666233f4e0045b586060260e8a6093f5cdd8d " ,
17
+ .hash = "libiconv-1.18.0-p9sJwWnqAAAAD_T5JHJ8v9OrgUtLGT6ov322zOnkUkv5 " ,
18
18
.lazy = true ,
19
19
},
20
20
.win_iconv = .{
You can’t perform that action at this time.
0 commit comments