-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 987 Bytes
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.{
.name = .libgit2,
.version = "1.9.0",
.minimum_zig_version = "0.15.2",
.fingerprint = 0x7f0051374dea2cba,
.dependencies = .{
.libgit2 = .{
.url = "https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.0.tar.gz",
.hash = "N-V-__8AAJbmLwHHxHDWkz0i6WIR6FpNe6tXSLzaPuWtvBBg",
},
.openssl = .{
.url = "git+https://github.com/allyourcodebase/openssl.git#cad7ccba47e42fa608ca655ec14ae33202df86e1",
.hash = "openssl-3.3.2-TC9C3Wa3ZACgB1hZbrLOQCK9XccIBaW_F3imFfIeYP06",
.lazy = true,
},
.mbedtls = .{
.url = "git+https://github.com/allyourcodebase/mbedtls.git#68d5872dca0faa3e2a09d3329c73bd8779cc34e6",
.hash = "mbedtls-3.6.4-E4NUR24VAADBF5pt-No-Z90DjozkzySYAgq6eDFy9Xdy",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build",
"build.zig.zon",
"README.md",
"LICENSE",
},
}