aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-07-19 15:59:09 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-07-19 16:01:57 +0200
commit65e8afd39f8cad0c8ed7fbc8ffe63fda9eb0ad7c (patch)
tree06a6a17a73be0d5301c51ad059a64da18b70131c /PKGBUILD
parentdfc31bc32c8a8dafab0680e85274a832b24079bb (diff)
bump PKGBUILD to 1.2
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4186a..e79c458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname="ptunnel-ng"
-pkgver=1.1
+pkgver=1.2
pkgrel=1
-pkgdesc="PingTunnel-NG binary for icmp/udp tunneling"
+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')
url='https://www.github.com/lnslbrty/ptunnel-ng'
license=('BSD-3')
makedepends=('git')
provides=("ptunnel-ng=${pkgver}")
source=("https://github.com/lnslbrty/ptunnel-ng/archive/v${pkgver}.tar.gz")
-md5sums=('SKIP')
+md5sums=('55ea297a34ae35ddc8d5586b15040a15')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"