aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-11-26 00:44:06 +0100
committerToni Uhlig <matzeton@googlemail.com>2018-11-26 00:44:06 +0100
commit6bb27b9ae8a52134547c9f15bf0b9b81a77d318b (patch)
treefbec50074ec24c187c19bdcc8995cf70482d2347 /PKGBUILD
parent3441bbe2c859cf9f7bf87e5a9ff2ca40488ff221 (diff)
ArchLinux PKGBUILD bump to 1.3
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 e79c458..e669949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ptunnel-ng"
-pkgver=1.2
+pkgver=1.3
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=('55ea297a34ae35ddc8d5586b15040a15')
+md5sums=('c28cbb3465ddeb22b18f83ff52dd9323')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"