aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-01-25 17:11:46 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-01-25 17:11:46 +0100
commit539167d71b00189a7ed36128af4fe3051ec3faf5 (patch)
tree0328e9160d85cfb3218cae3472b2393dcb235656 /PKGBUILD
parentcea2b50c81db45d3f0eb19c327d2cc04bc01e1d2 (diff)
updated PKGBUILD for v1.32
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e669949..5279f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ptunnel-ng"
-pkgver=1.3
+pkgver=1.32
pkgrel=1
pkgdesc="A TCP forwarder and proxy used for ICMP/UDP tunneling without creating tun devices. (Ping Tunnel, ICMP Echo Tunnel, UDP Tunnel)"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('BSD-3')
makedepends=('git')
provides=("ptunnel-ng=${pkgver}")
source=("https://github.com/lnslbrty/ptunnel-ng/archive/v${pkgver}.tar.gz")
-md5sums=('c28cbb3465ddeb22b18f83ff52dd9323')
+md5sums=('cbb9a17ed0ac728170e03f4fa618a617')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"