diff options
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |