net-analyzer/prometheus-redis_exporter: fix SRC_URI (bug 650582)
authorZac Medico <zmedico@gentoo.org>
Thu, 15 Mar 2018 19:38:59 +0000 (12:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 15 Mar 2018 19:41:06 +0000 (12:41 -0700)
Fixes: https://bugs.gentoo.org/650582
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild

index 05ca8dce710426e9e8f164139c36dde165b33682..3e3d871df3c8e0a44ba1a3d591e86cfce1573038 100644 (file)
@@ -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"