commit: 8d3e07154ef0971c637c296291a1d12a85490121 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 03:53:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 04:05:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3e0715
games-engines/xzip: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James <sam <AT> gentoo.org> games-engines/xzip/xzip-1.8.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/xzip/xzip-1.8.2-r3.ebuild b/games-engines/xzip/xzip-1.8.2-r3.ebuild index c6cb0d735cdb..50bfddd967c0 100644 --- a/games-engines/xzip/xzip-1.8.2-r3.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r3.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="X interface to Z-code based text games" HOMEPAGE="https://www.eblong.com/zarf/xzip.html" -SRC_URI="https://www.eblong.com/zarf/ftp/xzip182.tar.Z" +SRC_URI="https://www.eblong.com/zarf/ftp/xzip$(ver_rs 1-3 '').tar.Z" LICENSE="GPL-2" SLOT="0"
