summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e102f3de3667..1cae62a58025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.35.0
+pkgver=0.35.1
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=('facbca435fe27acfd740255b10bea4c11e8cc5fcdc05fcdf98768fde8f9a21c6')
+sha256sums=('13d5e229caeaa3cba300ebb56a64514087fd7dc6c2bf7d32c61e352b802d465c')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"