summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Uhlig2018-11-26 00:41:42 +0100
committerToni Uhlig2018-11-26 00:41:42 +0100
commit23884e53b674cf42c8784b66fab3b14466deffe2 (patch)
tree26819946779fc267643ad5a5092c81c7a204c0b9
parente610864f77dfaa811d5bd13aadfaa8e2e2dc5670 (diff)
downloadaur-23884e53b674cf42c8784b66fab3b14466deffe2.tar.gz
bump to 1.3
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501fa7a5a49b..fd93e0c74e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ptunnel-ng
pkgdesc = A TCP forwarder and proxy used for ICMP/UDP tunneling without creating tun devices. (Ping Tunnel, ICMP Echo Tunnel, UDP Tunnel)
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://www.github.com/lnslbrty/ptunnel-ng
arch = i686
arch = x86_64
license = BSD-3
makedepends = git
- provides = ptunnel-ng=1.2
- source = https://github.com/lnslbrty/ptunnel-ng/archive/v1.2.tar.gz
- md5sums = 55ea297a34ae35ddc8d5586b15040a15
+ provides = ptunnel-ng=1.3
+ source = https://github.com/lnslbrty/ptunnel-ng/archive/v1.3.tar.gz
+ md5sums = c28cbb3465ddeb22b18f83ff52dd9323
pkgname = ptunnel-ng
diff --git a/PKGBUILD b/PKGBUILD
index e79c4583f136..e6699497978f 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}"