mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
net-misc/rsync: add github as fallback SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user