summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-vpn/vpncwatch/Manifest2
-rw-r--r--net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/net-vpn/vpncwatch/Manifest b/net-vpn/vpncwatch/Manifest
index 6536700c185b..3d402cafbf2a 100644
--- a/net-vpn/vpncwatch/Manifest
+++ b/net-vpn/vpncwatch/Manifest
@@ -1 +1 @@
-DIST vpncwatch-1.8.1.tar.gz 17420 BLAKE2B 3055121017b0a8af17efd14055d62c1cd11eacdefbdfee26b374bc538dc06a13c8a16b4162876ec6993175d1b66a8312f124d2cac896382c4be861e711bf037e SHA512 f5f5f68e2644ee3748a811505025155e77a7d3e345ddfc2f847674aa5d7e9e8be86d10708aeefc521ac747744e4f7edc3853ff230022aee7b098e8d0a35db5c2
+DIST vpncwatch-1.8.1.gh.tar.gz 14870 BLAKE2B 4a822ce784a059aaf3e5c267385547b98db579750c533b91d32063758e5a8d606ec1773a856ced961d3e3b0fc16d40e40522cee466bc68572a394c06b71872a9 SHA512 1f5b151c158061cc5879c2e3b6efa6b7a239f590d47e553bb349f842f0b7daf79a1719b912a7e239d9323ba98686ad4e095dd1bee90dd379ba0bdbd75b6bb6c6
diff --git a/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild b/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild
index 5f271c07ccee..cac70876627e 100644
--- a/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild
+++ b/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,8 @@ inherit toolchain-funcs
DESCRIPTION="Keepalive daemon for vpnc on Linux systems"
HOMEPAGE="https://github.com/dcantrell/vpncwatch/"
-SRC_URI="https://github.com/downloads/dcantrell/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/dcantrell/vpncwatch/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${P}
LICENSE="GPL-2"
SLOT="0"