Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/logmein-hamachi/
Date: Tue, 31 Jan 2023 22:59:52
Message-Id: 1675205825.edf7231cee8509dcc346c3c21891ccb6fbd69602.jstein@gentoo
1 commit: edf7231cee8509dcc346c3c21891ccb6fbd69602
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 22:57:05 2023 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 22:57:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf7231c
7
8 net-vpn/logmein-hamachi: update HOMEPAGE, SRC_URI
9
10 https://www.vpn.net/ has an outdated certificate since a while, but
11 https://vpn.net/ works fine. Update SRC_URI
12
13 Closes: https://bugs.gentoo.org/889272
14 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
15
16 net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
20 index e1358b40444d..75c142f46046 100644
21 --- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
22 +++ b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2020 Gentoo Authors
25 +# Copyright 2020-2023 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -6,9 +6,9 @@ EAPI=7
30 inherit linux-info systemd
31
32 DESCRIPTION="LogMeIn Hamachi VPN tunneling engine"
33 -HOMEPAGE="https://www.vpn.net/"
34 -SRC_URI="x86? ( https://www.vpn.net/installers/${P}-x86.tgz )
35 - amd64? ( https://www.vpn.net/installers/${P}-x64.tgz )"
36 +HOMEPAGE="https://vpn.net/"
37 +SRC_URI="x86? ( https://vpn.net/installers/${P}-x86.tgz )
38 + amd64? ( https://vpn.net/installers/${P}-x64.tgz )"
39
40 LICENSE="LogMeIn"
41 SLOT="0"