]> Arthur Taft Gitweb - custom-tools.git/commitdiff
switch versioning to better fit within ebuild writing guidelines
authorArthur Taft <[email protected]>
Mon, 6 Oct 2025 04:57:28 +0000 (22:57 -0600)
committerArthur Taft <[email protected]>
Mon, 6 Oct 2025 04:57:28 +0000 (22:57 -0600)
app-crypt/stegseek/stegseek-0.6.ebuild
media-sound/cider/cider-3.0.0.ebuild
net-vpn/wireguird/wireguird-1.1.0.ebuild

index 25ab630763fcdc7b8c6c40c9009e7912b37f8270..4fb26dba012e1ce64fc3c2733572491fd78a1f53 100644 (file)
@@ -7,7 +7,7 @@ EAPI=8
 
 DESCRIPTION="Cryptography cracker and embedder"
 HOMEPAGE="https://github.com/RickdeJager/stegseek"
-SRC_URI="https://github.com/RickdeJager/stegseek/archive/refs/tags/v0.6.tar.gz"
+SRC_URI="https://github.com/RickdeJager/stegseek/archive/refs/tags/v${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 36696b3a3692990aae52ad308a6323e39109128f..1729b4a74cd2d5fdde952b16456b7dc1cbf5acd3 100644 (file)
@@ -12,7 +12,7 @@ inherit chromium-2 desktop multilib-build pax-utils unpacker xdg
 
 DESCRIPTION="A new cross-platform Apple Music experience based on Electron"
 HOMEPAGE="https://cider.sh"
-SRC_URI="cider-v3.0.0-linux-x64.pkg.tar.zst"
+SRC_URI="${P}-linux-x64.pkg.tar.zst"
 S="${WORKDIR}"
 
 LICENSE="all-rights-reserved"
index f62d329cc6f52b11bb19080c1e19d6acc59b7d01..885234c117be6b0838af28076dd16b62b393bb2c 100644 (file)
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Wireguard GTK GUI for Linux"
 HOMEPAGE="https://github.com/UnnoTed/wireguird"
-SRC_URI="https://github.com/UnnoTed/wireguird/releases/download/v1.1.0/wireguird_amd64.deb"
+SRC_URI="https://github.com/UnnoTed/wireguird/releases/download/v${PV}/${PN}_amd64.deb"
 
 LICENSE="MIT"
 SLOT="0"