summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-17 08:25:09 +0100
committerPieter Joost van de Sande2021-01-17 08:25:37 +0100
commitf9df4f7c154c7e6139c25091657439f29d6e13f4 (patch)
treef4bb6820c39c9ea2d2f6007410d5cd6610d0f95f
parent8d60af20cc7348c6bd710e32e338d2bd22503851 (diff)
downloadaur-f9df4f7c154c7e6139c25091657439f29d6e13f4.tar.gz
bump version 0.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c97604545ca3..5ee771f80e39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.24.0
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.24.0/tunl_0.24.0_Linux_x86_64.tar.gz
- sha256sums = 42ddcaca5f7675b2070bc054484dae74a966b9e8d49c2038ed8275aa3560a6f4
+ source = https://github.com/pjvds/tunl/releases/download/0.25.0/tunl_0.25.0_Linux_x86_64.tar.gz
+ sha256sums = c1c7de34d309ea0d39a42dfa517c62da63dc28eae5b0608a205169d36945bd06
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 24979d8545d3..cb6e0b860f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.24.0
+pkgver=0.25.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=('42ddcaca5f7675b2070bc054484dae74a966b9e8d49c2038ed8275aa3560a6f4')
+sha256sums=('c1c7de34d309ea0d39a42dfa517c62da63dc28eae5b0608a205169d36945bd06')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"