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:
Takuya Wakazono
2025-03-10 22:54:14 +09:00
parent f4276b1842
commit 2f136ddbad
3 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"