summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceea5195b369..3c553d27befc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tunnelto
pkgdesc = Expose your local web server to the internet with a public URL.
- pkgver = 0.1.12
+ pkgver = 0.1.14
pkgrel = 1
url = https://tunnelto.dev/
arch = any
@@ -9,7 +9,8 @@ pkgbase = tunnelto
makedepends = git
provides = tunnelto
conflicts = tunnelto
- source = git+https://github.com/agrinman/tunnelto#tag=0.1.12
+ source = git+https://github.com/agrinman/tunnelto#tag=0.1.14
sha256sums = SKIP
pkgname = tunnelto
+
diff --git a/PKGBUILD b/PKGBUILD
index 06b25213e2e2..96adf030fc8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=tunnelto
-pkgver=0.1.12
+pkgver=0.1.14
pkgrel=1
pkgdesc="Expose your local web server to the internet with a public URL."
arch=('any')