Skip to content

Commit 3d1738b

Browse files
henderkescrazywhalecc
authored andcommitted
add mirror sources to savannah downloads
1 parent f0e634a commit 3d1738b

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

config/source.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@
3737
}
3838
},
3939
"attr": {
40-
"type": "git",
41-
"rev": "v2.5.2",
42-
"url": "https://git.savannah.nongnu.org/git/attr.git",
40+
"alt": {
41+
"type": "url",
42+
"url": "https://mirror.souseiseki.middlendian.com/nongnu/attr/attr-2.5.2.tar.gz"
43+
},
44+
"type": "url",
45+
"url": "https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.gz",
4346
"provide-pre-built": true,
4447
"license": {
4548
"type": "file",
@@ -335,9 +338,12 @@
335338
}
336339
},
337340
"libacl": {
338-
"type": "git",
339-
"rev": "v2.3.2",
340-
"url": "https://git.savannah.nongnu.org/git/acl.git",
341+
"alt": {
342+
"type": "url",
343+
"url": "https://mirror.souseiseki.middlendian.com/nongnu/acl/acl-2.3.2.tar.gz"
344+
},
345+
"type": "url",
346+
"url": "https://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.gz",
341347
"provide-pre-built": true,
342348
"license": {
343349
"type": "file",

0 commit comments

Comments
 (0)