diff options
author | Sam James <sam@gentoo.org> | 2024-03-21 02:40:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-21 02:40:42 +0000 |
commit | 0f82e61a00348354cdb6aa7ac28f5514a8a8ed01 (patch) | |
tree | 82d8c64abf36d13b0adfc1d80a9ce4453c3de77d /app-antivirus | |
parent | net-libs/xdp-tools: clean up old (diff) | |
download | gentoo-0f82e61a00348354cdb6aa7ac28f5514a8a8ed01.tar.gz gentoo-0f82e61a00348354cdb6aa7ac28f5514a8a8ed01.tar.bz2 gentoo-0f82e61a00348354cdb6aa7ac28f5514a8a8ed01.zip |
app-antivirus/fangfrisch: fix PythonGHDistfileSuffix
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/fangfrisch/Manifest | 2 | ||||
-rw-r--r-- | app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/fangfrisch/Manifest b/app-antivirus/fangfrisch/Manifest index 751f0940857e..f4f50ec94210 100644 --- a/app-antivirus/fangfrisch/Manifest +++ b/app-antivirus/fangfrisch/Manifest @@ -1,2 +1,2 @@ DIST fangfrisch-1.6.1.gh.tar.gz 113497 BLAKE2B a37b5b29b31a1d0166112b8939e691acc1721a91bda9e364a90c0c8d4ea7b7d3e1a24b8849c9ef4f0632996ed7bbdfc7985ab04c44c8ca4d57df21294867fd32 SHA512 a16b39b6520d80f69c561bc2d56fef28acaca35a9da214be920cdd907f76d3d6674ed4aa1290ad11a9364ede11472594d7e331ecd21924fe23e005ef9501d4ac -DIST fangfrisch-1.9.0.tar.gz 127572 BLAKE2B c05c68f904a6e7c7d9f9c5b82bb63366f86653cd13a94276108f52e9c523280320c8aa55ba94ecf079ba938a77e11ca7dc557f4c8fd1b1c7f37179c087dd8605 SHA512 08cc36f20884fedb553de905b8faafce99fcef80e3bce7c0b264691b1a8d83b91a582c095b684f6f7a6af77fd4ed0405fa771a74bbeee3f1b255ff74a161d37e +DIST fangfrisch-1.9.0.gh.tar.gz 127572 BLAKE2B c05c68f904a6e7c7d9f9c5b82bb63366f86653cd13a94276108f52e9c523280320c8aa55ba94ecf079ba938a77e11ca7dc557f4c8fd1b1c7f37179c087dd8605 SHA512 08cc36f20884fedb553de905b8faafce99fcef80e3bce7c0b264691b1a8d83b91a582c095b684f6f7a6af77fd4ed0405fa771a74bbeee3f1b255ff74a161d37e diff --git a/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild b/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild index fa8da097c4c3..ce305afaca14 100644 --- a/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild +++ b/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 readme.gentoo-r1 systemd DESCRIPTION="Update and verify unofficial Clam Anti-Virus signatures" HOMEPAGE="https://github.com/rseichter/fangfrisch https://pypi.org/project/fangfrisch/" -SRC_URI="https://github.com/rseichter/fangfrisch/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rseichter/fangfrisch/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" MY_CONF="/etc/${PN}.conf" MY_DBDIR="/var/lib/${PN}" |