summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-04-19 09:20:27 +0200
committerD3SOX2021-04-19 09:20:27 +0200
commit916e2ce382f44f1c05e7c47e4111df975d5bd37a (patch)
tree595877ddf1652dc4bcb7f276577751b8ffa57bd7
parent140967fbd2b260d5683ec0b26c9c31a109788d12 (diff)
downloadaur-916e2ce382f44f1c05e7c47e4111df975d5bd37a.tar.gz
download tarball with version in name to fix checksum problems
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ea029800fcd..e70f4108ff37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tunnelto-bin
pkgdesc = Expose your local web server to the internet with a public URL.
pkgver = 0.1.14
- pkgrel = 2
+ pkgrel = 3
url = https://tunnelto.dev/
arch = any
license = MIT
makedepends = cargo
provides = tunnelto
conflicts = tunnelto
- source = https://github.com/agrinman/tunnelto/releases/download/0.1.14/tunnelto-linux.tar.gz
+ source = tunnelto-linux-0.1.14.tar.gz::https://github.com/agrinman/tunnelto/releases/download/0.1.14/tunnelto-linux.tar.gz
source = https://raw.githubusercontent.com/agrinman/tunnelto/0.1.14/LICENSE
sha256sums = edeb7ede6b6823b65aac742844de01090515e42268f544aa8b69b9ea1ad591b4
sha256sums = 4cebbaca47e31d07a63c35507d43daf85daaf0e34408263c433dff6022415ba2
diff --git a/PKGBUILD b/PKGBUILD
index c8614b06906c..e42274edbfdc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tunnelto-bin
_gitname=${pkgname%-bin}
pkgver=0.1.14
-pkgrel=2
+pkgrel=3
pkgdesc="Expose your local web server to the internet with a public URL."
arch=('any')
url="https://tunnelto.dev/"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('cargo')
conflicts=('tunnelto')
provides=('tunnelto')
-source=("https://github.com/agrinman/$_gitname/releases/download/$pkgver/tunnelto-linux.tar.gz" "https://raw.githubusercontent.com/agrinman/$_gitname/$pkgver/LICENSE")
+source=("tunnelto-linux-$pkgver.tar.gz::https://github.com/agrinman/$_gitname/releases/download/$pkgver/tunnelto-linux.tar.gz" "https://raw.githubusercontent.com/agrinman/$_gitname/$pkgver/LICENSE")
sha256sums=('edeb7ede6b6823b65aac742844de01090515e42268f544aa8b69b9ea1ad591b4' '4cebbaca47e31d07a63c35507d43daf85daaf0e34408263c433dff6022415ba2')
package() {