summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-02-04 23:11:05 +0100
committerPieter Joost van de Sande2021-02-04 23:11:05 +0100
commitca969d5096dbda70067d997a69fe17c8a5db1c23 (patch)
treea7459cea3006c068c9103b985a9338c9264a7727
parent960255d057f51628ef79e30b655dabcc1da592e8 (diff)
downloadaur-ca969d5096dbda70067d997a69fe17c8a5db1c23.tar.gz
bump to 0.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dbf7aac170c..26366613ff80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.31.0
+ pkgver = 0.33.0
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.31.0/tunl_0.31.0_Linux_x86_64.tar.gz
- sha256sums = d1fface0c8a921be276a4c50be6ac21e75368d96dc801fe5d2662c9a791fa241
+ source = https://github.com/pjvds/tunl/releases/download/0.33.0/tunl_0.33.0_Linux_x86_64.tar.gz
+ sha256sums = fded1e31e2b45c85b68c2408e5d590f883544b8c8b3564f30c04789e6ff13fbc
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index a5a0090edcc1..1563bb004694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.31.0
+pkgver=0.33.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=('d1fface0c8a921be276a4c50be6ac21e75368d96dc801fe5d2662c9a791fa241')
+sha256sums=('fded1e31e2b45c85b68c2408e5d590f883544b8c8b3564f30c04789e6ff13fbc')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"