summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-15 12:13:43 +0100
committerPieter Joost van de Sande2021-01-15 12:13:43 +0100
commit12ce688295178286024efd202b207d271046bba5 (patch)
tree963baed9d42f64cc9344ea74aee17cfa723c1ed9
parent3eea6cf297688cefa75bb06d8c50e46bb944a766 (diff)
downloadaur-12ce688295178286024efd202b207d271046bba5.tar.gz
bump 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759dda59a9d7..a122d53cf891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.19.2
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.19.2/tunl_0.19.2_Linux_x86_64.tar.gz
- sha256sums = 42eb5a263d9e3e479d3335483b9d29d95c64de6ba71e80cf676221f73676e4c3
+ source = https://github.com/pjvds/tunl/releases/download/0.22.0/tunl_0.22.0_Linux_x86_64.tar.gz
+ sha256sums = 9f4f845b0e7adebc2273a0fef1910f465e6ccd0b9fcbeb57e779ed293ccd4e81
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 639e13f6b113..3080769aca87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.19.2
+pkgver=0.22.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=('42eb5a263d9e3e479d3335483b9d29d95c64de6ba71e80cf676221f73676e4c3')
+sha256sums=('9f4f845b0e7adebc2273a0fef1910f465e6ccd0b9fcbeb57e779ed293ccd4e81')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"