summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38da53c467f6..0f22d433c6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,19 @@
pkgname=ngrok
pkgver=2.2.8
-pkgrel=1
+pkgrel=2
pkgdesc='A tunneling, reverse proxy for developing and understanding networked, HTTP services'
url='https://ngrok.com'
license=('Apache')
-source_x86_64=("https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip")
-sha256sums_i686=('120f3fc20ba376042d1eed56545de75e86435fece02c1a76bcbc40efccbe9ca7')
-sha256sums_x86_64=('ff5926b1c141dbe9a005b642a10d819fc498a069d69588767a18349c521839dd')
-sha256sums_armv7h=('2cef6b188b335649ac26cd3166c3522d8c8d033cfca5f5bfde7ed4b9e069fd11')
-source_i686=("https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip")
-source_armv7h=("https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip")
-arch=('i686' 'x86_64' 'armv7h')
+source_i686=("https://bin.equinox.io/a/bAxP1reZDmJ/ngrok-2.2.8-linux-386.tar.gz")
+source_x86_64=("https://bin.equinox.io/a/iVLSfdAz1X4/ngrok-2.2.8-linux-amd64.tar.gz")
+source_armv7h=("https://bin.equinox.io/a/fU5tPqYmVJv/ngrok-2.2.8-linux-arm.tar.gz")
+source_aarch64=("https://bin.equinox.io/a/kcaGNVrtHM1/ngrok-2.2.8-linux-arm64.tar.gz")
+sha256sums_i686=('af078235c5059f2c546d4f17660ac4c0744d0eccd16d5a071ea1eedc15adbe68')
+sha256sums_x86_64=('4df55e2e4d57c50f2e3ea17306e0adf8c554a49882f1196194f977e31f8fc9d6')
+sha256sums_armv7h=('4213aed313979ea2ca96246bb1038a1d7d6c8b596a5d7f954dbc5ca13adbfcc0')
+sha256sums_aarch64=('744e609bb14c65734fa5bd5501d897ffe1a83f8c615aaafd37bf152d24797249')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
package() {
cd "${srcdir}"