Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipupdate/
Date: Sat, 08 Feb 2020 18:56:05
Message-Id: 1581188117.c69425e13ff8039cb204a98621dce39373911464.soap@gentoo
1 commit: c69425e13ff8039cb204a98621dce39373911464
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:55:17 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:55:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69425e1
7
8 net-misc/geoipupdate: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
16 index f8f05abf74d..12bbd5889a0 100644
17 --- a/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
18 +++ b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
19 @@ -8,7 +8,7 @@ EGO_PN="github.com/maxmind/${PN}"
20 inherit golang-vcs-snapshot
21
22 DESCRIPTION="performs automatic updates of GeoIP2 and GeoIP Legacy binary databases"
23 -HOMEPAGE="https://${EGO_PN}"
24 +HOMEPAGE="https://github.com/maxmind/geoipupdate"
25 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
26 https://files.adjust.com/${PN}-vendor-${PV}.tar"