mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/rbw: update SRC_URI
Closes: https://bugs.gentoo.org/950627 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/doy/rbw/issues</bugs-to>
|
||||
<changelog>https://git.tozt.net/rbw/plain/CHANGELOG.md</changelog>
|
||||
<changelog>https://github.com/doy/rbw/blob/main/CHANGELOG.md</changelog>
|
||||
<maintainer status="active">
|
||||
<name>Jesse Luehrs</name>
|
||||
<email>doy@tozt.net</email>
|
||||
|
||||
@@ -12,10 +12,10 @@ HOMEPAGE="https://git.tozt.net/rbw"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.tozt.net/rbw"
|
||||
EGIT_REPO_URI="https://github.com/doy/rbw.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://git.tozt.net/rbw/snapshot/${P}.tar.gz
|
||||
https://github.com/doy/rbw/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -12,10 +12,10 @@ HOMEPAGE="https://git.tozt.net/rbw"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.tozt.net/rbw"
|
||||
EGIT_REPO_URI="https://github.com/doy/rbw.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://git.tozt.net/rbw/snapshot/${P}.tar.gz
|
||||
https://github.com/doy/rbw/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
Reference in New Issue
Block a user