summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-15 22:05:53 +0100
committerPieter Joost van de Sande2021-01-15 22:05:53 +0100
commit8d60af20cc7348c6bd710e32e338d2bd22503851 (patch)
treea5dad26c5abc4d74a4f46ce5adddbf52ac8ea5d4
parent1dc62dadb81401f392e0f5acc50897ddbd7f05c7 (diff)
downloadaur-8d60af20cc7348c6bd710e32e338d2bd22503851.tar.gz
bump version 0.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2491e76c9569..c97604545ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.23.0/tunl_0.23.0_Linux_x86_64.tar.gz
- sha256sums = 3b76d08993b239ac2491734440fc99df8796637274f14fceb214b88722c9cb71
+ source = https://github.com/pjvds/tunl/releases/download/0.24.0/tunl_0.24.0_Linux_x86_64.tar.gz
+ sha256sums = 42ddcaca5f7675b2070bc054484dae74a966b9e8d49c2038ed8275aa3560a6f4
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 013b9624a79b..24979d8545d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.23.0
+pkgver=0.24.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=('3b76d08993b239ac2491734440fc99df8796637274f14fceb214b88722c9cb71')
+sha256sums=('42ddcaca5f7675b2070bc054484dae74a966b9e8d49c2038ed8275aa3560a6f4')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"