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 cb6e0b860f09..037dd2c4f5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.25.0
+pkgver=0.26.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=('c1c7de34d309ea0d39a42dfa517c62da63dc28eae5b0608a205169d36945bd06')
+sha256sums=('7037895c69a90c6a504c064d51b2157bc06b7969edb8fb658b5b8193fd179ba6')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"