summarylogtreecommitdiffstats
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
parent12ce688295178286024efd202b207d271046bba5 (diff)
downloadaur-ae1cb558c832337209976ccc306c7b774d6ee1d0.tar.gz
bump version 0.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a122d53cf891..43e23e7a36c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.22.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.22.0/tunl_0.22.0_Linux_x86_64.tar.gz
- sha256sums = 9f4f845b0e7adebc2273a0fef1910f465e6ccd0b9fcbeb57e779ed293ccd4e81
+ source = https://github.com/pjvds/tunl/releases/download/0.22.1/tunl_0.22.1_Linux_x86_64.tar.gz
+ sha256sums = 100264732e7f8cd62d2720565c1596edffbbb9457041b2d11f0850476a351c91
pkgname = tunl
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"