From: Zac Medico Date: Thu, 15 Mar 2018 19:38:59 +0000 (-0700) Subject: net-analyzer/prometheus-redis_exporter: fix SRC_URI (bug 650582) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51bae427f4b4f1a854becd78bb05623be39358a1;p=gentoo.git net-analyzer/prometheus-redis_exporter: fix SRC_URI (bug 650582) Fixes: https://bugs.gentoo.org/650582 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild b/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild index 05ca8dce7104..3e3d871df3c8 100644 --- a/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild +++ b/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild @@ -6,7 +6,7 @@ inherit user golang-build golang-vcs-snapshot systemd EGO_PN="github.com/oliver006/redis_exporter" EGIT_COMMIT="a0d9e4c704b4d35cd08544d395038f417716a03a" -ARCHIVE_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x"