diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-29 20:12:56 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-29 20:12:56 +0200 |
commit | d2f8dbda8cc8025b1db8b0578d7439257b2aaee0 (patch) | |
tree | 8e6ca8e0c16a4b19edce79ffd4a44c667334c234 /net/ptunnel-ng | |
parent | e1a2057f64c94fc85c0b4ee20572423365ab0814 (diff) |
ptunnel-ng: update to 1.42
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'net/ptunnel-ng')
-rw-r--r-- | net/ptunnel-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ptunnel-ng/Makefile b/net/ptunnel-ng/Makefile index cb71a7df8..1513fb7a5 100644 --- a/net/ptunnel-ng/Makefile +++ b/net/ptunnel-ng/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ptunnel-ng -PKG_VERSION:=1.41 +PKG_VERSION:=1.42 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b61855dcffe920fd188e5239464b049231f83e550e24e76669eb49d59991baff +PKG_HASH:=5ee6b101e4e252ea98e3337da6542d73b7f33de49a89014276cc98a70142ab10 PKG_LICENSE:=BSD-3 PKG_LICENSE_FILES:=COPYING |