From 3d1738b14b395404d1384c1644e01344a15b011b Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 18 Apr 2025 17:13:31 +0700 Subject: [PATCH] add mirror sources to savannah downloads --- config/source.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config/source.json b/config/source.json index db6cbe47..68448e53 100644 --- a/config/source.json +++ b/config/source.json @@ -37,9 +37,12 @@ } }, "attr": { - "type": "git", - "rev": "v2.5.2", - "url": "https://git.savannah.nongnu.org/git/attr.git", + "alt": { + "type": "url", + "url": "https://mirror.souseiseki.middlendian.com/nongnu/attr/attr-2.5.2.tar.gz" + }, + "type": "url", + "url": "https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.gz", "provide-pre-built": true, "license": { "type": "file", @@ -335,9 +338,12 @@ } }, "libacl": { - "type": "git", - "rev": "v2.3.2", - "url": "https://git.savannah.nongnu.org/git/acl.git", + "alt": { + "type": "url", + "url": "https://mirror.souseiseki.middlendian.com/nongnu/acl/acl-2.3.2.tar.gz" + }, + "type": "url", + "url": "https://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.gz", "provide-pre-built": true, "license": { "type": "file",