net-misc/rsync: add github as fallback SRC_URI

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-08-13 02:58:44 +01:00
parent 7014292056
commit 589a47d121
2 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,11 @@ else
SRC_URI="
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz
verify-sig? ( https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc )
https://github.com/RsyncProject/rsync/releases/download/v${PV}/${P/_/}.tar.gz
verify-sig? (
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc
https://github.com/RsyncProject/rsync/releases/download/v${PV}/${P/_/}.tar.gz.asc
)
"
S="${WORKDIR}"/${P/_/}
fi

View File

@@ -40,7 +40,11 @@ else
SRC_URI="
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz
verify-sig? ( https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc )
https://github.com/RsyncProject/rsync/releases/download/v${PV}/${P/_/}.tar.gz
verify-sig? (
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc
https://github.com/RsyncProject/rsync/releases/download/v${PV}/${P/_/}.tar.gz.asc
)
"
S="${WORKDIR}"/${P/_/}
fi