summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8915a9c9747d..e0c9af8c5835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.17.0
+ pkgver = 0.17.2
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.17.0/tunl_0.17.0_Linux_x86_64.tar.gz
- sha256sums = f4acac3c434045f3440a34dde1f985a08b7922f67eb8dfea3e40abc447fa3f68
+ source = https://github.com/pjvds/tunl/releases/download/0.17.2/tunl_0.17.2_Linux_x86_64.tar.gz
+ sha256sums = 3e11cbc43b5fcfb08e5c66a3a595fcc6c07f8894b538a55cd3dcc7aa4e63c047
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 38fdfd85a408..639458120c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.17.0
+pkgver=0.17.2
pkgrel=1
pkgdesc='Expose your localhost to the public'
arch=('x86_64')
url="https://github.com/pjvds/tunl"
makedepends=()
source=("$url/releases/download/$pkgver/tunl_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('f4acac3c434045f3440a34dde1f985a08b7922f67eb8dfea3e40abc447fa3f68')
+sha256sums=('3e11cbc43b5fcfb08e5c66a3a595fcc6c07f8894b538a55cd3dcc7aa4e63c047')
package() {
install -Dm755 $srcdir/tunl $pkgdir/usr/bin/$pkgname