summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-25 21:55:38 +0100
committerPieter Joost van de Sande2021-01-25 21:55:38 +0100
commit89a23d0b4ebf0ea03b91ed663be00937355cadb5 (patch)
tree6cbf2810b26246e06e4faa5d06506be60411b2ce
parent1dbfc7da35efb1e49af98a8e673288ead1a49d64 (diff)
downloadaur-89a23d0b4ebf0ea03b91ed663be00937355cadb5.tar.gz
bump 0.29.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61d9edd415ec..23f75d99071e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.29.0
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.29.0/tunl_0.29.0_Linux_x86_64.tar.gz
- sha256sums = 15fb0f63f2a2fe52adcc0c478feb3932769ef898b5a9ed725545a28ccb4ab8e2
+ source = https://github.com/pjvds/tunl/releases/download/0.29.1/tunl_0.29.1_Linux_x86_64.tar.gz
+ sha256sums = dd190a56ca0179c0a764cb415f9ce3091a6b790fba6cafd58cd5f307457212ae
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index 3895bc0672b3..7f0b7dc1b576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tunl
-pkgver=0.29.0
+pkgver=0.29.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=('15fb0f63f2a2fe52adcc0c478feb3932769ef898b5a9ed725545a28ccb4ab8e2')
+sha256sums=('dd190a56ca0179c0a764cb415f9ce3091a6b790fba6cafd58cd5f307457212ae')
package() {
install -Dm755 ./tunl "${pkgdir}/usr/bin/tunl"