-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
26 lines (26 loc) · 998 Bytes
/
build.zig.zon
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
.{
.name = .osslsigncode,
.version = "2.9.0",
.fingerprint = 0xb8a9cbc0304b900c, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0",
.dependencies = .{
.@"osslsigncode-origin" = .{
.url = "https://github.com/mtrojnar/osslsigncode/archive/76ee550c9d3b9f0e559f044e18136b74c167fef2.zip",
.hash = "N-V-__8AANkPHQAJsGCEl59SOSFSOlaXmMHo0EuNeafz1jD0",
},
.openssl = .{
.url = "https://github.com/allyourcodebase/openssl/archive/f348124c5382bcc377f1b3277357cbf2ed2fb8db.zip",
.hash = "openssl-3.3.1-2-TC9C3Se3ZACF5WO_CjoD7Bt_X94oCsAAbbwhOp1rTZBe",
},
.zlib = .{
.url = "https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.1.tar.gz",
.hash = "zlib-1.3.1-AAAAACEMAAA0qyoSrfgBb_p25ItL4yRf_TBRk-26TYMF",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
},
}