summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-05-07 13:09:52 -0400
committerCraig Andrews <candrews@gentoo.org>2020-05-07 13:40:30 -0400
commit97c4c034e2702f2c06d1f601068965e78b55ee12 (patch)
tree1b93087d0808f307563890bcfac4617f85228383 /net-misc/proxytunnel/proxytunnel-9999.ebuild
parentsys-devel/gcc: update gcc-10 live ebuild version (diff)
downloadgentoo-97c4c034e2702f2c06d1f601068965e78b55ee12.tar.gz
gentoo-97c4c034e2702f2c06d1f601068965e78b55ee12.tar.bz2
gentoo-97c4c034e2702f2c06d1f601068965e78b55ee12.zip
net-misc/proxytunnel: 1.10.20200507 version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-misc/proxytunnel/proxytunnel-9999.ebuild')
-rw-r--r--net-misc/proxytunnel/proxytunnel-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/proxytunnel/proxytunnel-9999.ebuild b/net-misc/proxytunnel/proxytunnel-9999.ebuild
index dff3deb21c61..cbc33dfb1f68 100644
--- a/net-misc/proxytunnel/proxytunnel-9999.ebuild
+++ b/net-misc/proxytunnel/proxytunnel-9999.ebuild
@@ -25,7 +25,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
inherit git-r3
else
- SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
fi