diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:05:46 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:05:59 +0000 |
commit | e62593f7ddca5f710e4ebd164517fbf61490122a (patch) | |
tree | 0fc82070dc82246492616b894f629161711f442a | |
parent | sys-firmware/gnuk: enable py3.13 (diff) | |
download | portage-e62593f7ddca5f710e4ebd164517fbf61490122a.tar.xz |
app-antivirus/clamd-stream-client: update SRC_URI
-rw-r--r-- | app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild index 60ec0803..ebc8fba0 100644 --- a/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild +++ b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild @@ -5,12 +5,11 @@ EAPI=8 DESCRIPTION="Small client to ask a remote clamav antivirus server if a file contains a virus" HOMEPAGE="https://sourceforge.net/projects/clamd-stream-cl" -SRC_URI="mirror://sourceforge/clamd-stream-cl/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/clamd-stream-cl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" src_install() { dobin "${PN}" |