summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-05 12:21:51 +0100
committerPieter Joost van de Sande2021-01-05 12:21:51 +0100
commit29b92fff5a1bd7590d3860953da5d3281fcb39e2 (patch)
tree9f0b9c52a6c280db134aceafbbabd3c28d79a2ac
parentd3d5e60aaa7adbbfb24164290edf0137d85cb505 (diff)
downloadaur-29b92fff5a1bd7590d3860953da5d3281fcb39e2.tar.gz
bump version 0.10.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41062446073a..afa36755f2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.9.1
+pkgver=0.10.0
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=('4183ce8482d63f796ccd00d260b59264a3422b017c9e4c9d35e6e5aa1e675516')
+sha256sums=('a50cbb383c7fc5c5b1e9ad432ab808c9a24ea7a99e73c4b441c398a124fce4d6')
package() {
install -Dm755 $srcdir/tunl $pkgdir/usr/bin/$pkgname