summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToni Uhlig2019-01-25 17:13:30 +0100
committerToni Uhlig2019-01-25 17:13:30 +0100
commitdffd2643d36a1239bdd15766cbb6ff44dc2c102a (patch)
tree9f97514811b11224875c679b992f616cc9cbe7f3 /PKGBUILD
parent23884e53b674cf42c8784b66fab3b14466deffe2 (diff)
downloadaur-dffd2643d36a1239bdd15766cbb6ff44dc2c102a.tar.gz
bump to 1.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 e6699497978f..5279f40a4bfb 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}"