summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-25 16:38:13 +0100
committerPieter Joost van de Sande2021-01-25 16:38:13 +0100
commitea94b25311928975d89523e9599b724c0e83b033 (patch)
tree58e9eb73cd5fafd9ae8920d5fb0492119276dc55
parent348f4ad5ba9719838a32657022b67d08cf35f6ce (diff)
downloadaur-ea94b25311928975d89523e9599b724c0e83b033.tar.gz
bump version 0.28.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2dd82522e25..aed93f3bc6d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.26.2
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.26.2/tunl_0.26.2_Linux_x86_64.tar.gz
- sha256sums = 7037895c69a90c6a504c064d51b2157bc06b7969edb8fb658b5b8193fd179ba6
+ source = https://github.com/pjvds/tunl/releases/download/0.28.1/tunl_0.28.1_Linux_x86_64.tar.gz
+ sha256sums = 2038d4f2883d2298bff3530a567b59f954b4adfc60ae60af6c0547697e7ead27
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 037dd2c4f5fd..d79a86fc9846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.26.2
+pkgver=0.28.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=('7037895c69a90c6a504c064d51b2157bc06b7969edb8fb658b5b8193fd179ba6')
+sha256sums=('2038d4f2883d2298bff3530a567b59f954b4adfc60ae60af6c0547697e7ead27')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"