summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-07-09 15:44:26 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-07-09 15:44:26 +0200
commita17d4cf42fa365a0abc38ac8b9edf5ce41fe104c (patch)
treea30810f63ba97bebf1f87eaea754540bf91031ec /app-crypt/acme/acme-0.8.1.ebuild
parentmedia-gfx/gtkam: Drop unneeded inherits (diff)
downloadgentoo-a17d4cf42fa365a0abc38ac8b9edf5ce41fe104c.tar.gz
gentoo-a17d4cf42fa365a0abc38ac8b9edf5ce41fe104c.tar.bz2
gentoo-a17d4cf42fa365a0abc38ac8b9edf5ce41fe104c.zip
app-crypt/acme: Rename tarball
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/acme/acme-0.8.1.ebuild')
-rw-r--r--app-crypt/acme/acme-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.8.1.ebuild b/app-crypt/acme/acme-0.8.1.ebuild
index 4d1249657b7e..83cda3c5be1a 100644
--- a/app-crypt/acme/acme-0.8.1.ebuild
+++ b/app-crypt/acme/acme-0.8.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
KEYWORDS=""
S=${WORKDIR}/${P}/${PN}
else
- SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
+ SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm"
S=${WORKDIR}/certbot-${PV}/acme
fi