blob: 038468f39f48842b529933048f83c5af9c396f22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.{
.name = "natpmp",
.version = "0.0.1",
.dependencies = .{
.natpmp = .{
.url = "https://mirrors.wikimedia.org/ubuntu/ubuntu/pool/main/libn/libnatpmp/libnatpmp_20230423.orig.tar.gz",
// .url = "https://debian.mirror.root.lu/debian/pool/main/libn/libnatpmp/libnatpmp_20230423.orig.tar.gz",
.hash = "N-V-__8AAKudAQA_d3eW8d8dskxBlLzGBg0qe-4u6ohSfCM2",
},
},
.paths = .{
"",
},
}
|