-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
26 lines (26 loc) · 1.06 KB
/
build.zig.zon
File metadata and controls
26 lines (26 loc) · 1.06 KB
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 = .duckdb_quack,
.version = "0.0.0", // unused
.fingerprint = 0xcbb43e7e9a2d5711,
.minimum_zig_version = "0.15.1",
.dependencies = .{
.libduckdb_1_3_2 = .{
.url = "https://github.com/duckdb/duckdb/releases/download/v1.3.2/libduckdb-src.zip",
.hash = "N-V-__8AAA-pfQHjn5KlxThNxpG-h0x-SJhI43U9VbDmAJbv",
},
.libduckdb_1_4_1 = .{
.url = "https://github.com/duckdb/duckdb/releases/download/v1.4.1/libduckdb-src.zip",
.hash = "N-V-__8AAEiHkAGBTM0CrHTvmxh06_bgJTdptyOoTfx-Vudf",
},
.extension_ci_tools = .{
.url = "https://github.com/duckdb/extension-ci-tools/archive/v1.2.0.zip",
.hash = "N-V-__8AAH1NAQB5lKS2XDrbSFDS8owjice1pR1UGZQP0Yn7",
},
// TODO: Switch to Python package once it's available
.sqllogictest = .{
.url = "https://github.com/duckdb/duckdb-sqllogictest-python/archive/be27216.zip",
.hash = "N-V-__8AANKWAQAm_rlt0HhnHTpWScqA_l0aUxmfmBjy0Ksa",
},
},
.paths = .{""},
}