app-admin/run0edit: update SRC_URI

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-07-06 23:57:30 -03:00
parent 2f77533586
commit eebd7527ab

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit python-single-r1
DESCRIPTION="Script to edit a single file as root using run0"
@@ -13,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/HastD/run0edit.git"
else
SRC_URI="https://github.com/HastD/run0edit/releases/download/v${PV}/run0edit-${PV}.tar.gz"
SRC_URI="https://github.com/HastD/run0edit/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64"
fi