summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-15 13:08:08 +0100
committerPieter Joost van de Sande2021-01-15 13:08:08 +0100
commitae1cb558c832337209976ccc306c7b774d6ee1d0 (patch)
tree3e607488355060a8b6dfb461dde0a1a0e596b8ef /PKGBUILD
parent12ce688295178286024efd202b207d271046bba5 (diff)
downloadaur-ae1cb558c832337209976ccc306c7b774d6ee1d0.tar.gz
bump version 0.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3080769aca87..412a4514b7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.22.0
+pkgver=0.22.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=('9f4f845b0e7adebc2273a0fef1910f465e6ccd0b9fcbeb57e779ed293ccd4e81')
+sha256sums=('100264732e7f8cd62d2720565c1596edffbbb9457041b2d11f0850476a351c91')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"