We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84622f6 commit 2974098Copy full SHA for 2974098
build.zig.zon
@@ -1,13 +1,13 @@
1
.{
2
.name = .libversion,
3
- .version = "3.0.3",
+ .version = "3.0.4",
4
.fingerprint = 0x682f100c2d876e62, // Changing this has security and trust implications.
5
.minimum_zig_version = "0.15.1",
6
.dependencies = .{
7
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
8
.libversion = .{
9
- .url = "https://github.com/repology/libversion/archive/refs/tags/3.0.3.zip",
10
- .hash = "N-V-__8AAHCOAQBuW5WxnWnp5ig86o6dox4RkwihpwH8LCAP",
+ .url = "https://github.com/repology/libversion/archive/refs/tags/3.0.4.zip",
+ .hash = "N-V-__8AAC-PAQBZW1lR0uA-OJ0Zde8jo8OFpELBRp9ljWyL",
11
},
12
13
.paths = .{
0 commit comments