makedeb


ngrok-bin 3.12.0-1


Introspected tunnels to localhost

Click here to go back to the commit logs for ngrok-bin.

Commit:


Hash: 549e0f7a72c9328ee411d3aff5a5cb346c1f1051

Message: v3.11.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 6aa1487..cd89274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,16 +3,16 @@ pkgname = ngrok-bin
 pkgbase = ngrok-bin
 pkgdesc = Introspected tunnels to localhost
 pkgrel = 1
-pkgver = 3.10.0
+pkgver = 3.11.0
 url = https://ngrok.com/
 arch = amd64
 arch = arm
 arch = arm64
 conflicts = ngrok
 provides = ngrok
-source_amd64 = ngrok-3.10.0::https://bin.equinox.io/a/mtc8ZqtmnhZ/ngrok-v3-3.10.0-linux-amd64.zip
-source_arm = ngrok-3.10.0::https://bin.equinox.io/a/kYNqvLLmrYo/ngrok-v3-3.10.0-linux-arm.zip
-source_arm64 = ngrok-3.10.0::https://bin.equinox.io/a/eNKvpAC2RR1/ngrok-v3-3.10.0-linux-arm64.zip
-sha256sums_amd64 = f9b63306f56cf09917abf4c27ee1109360983d7ccaa8a03f227f3764be7b215c
-sha256sums_arm = 3b61dde661e9dbd96778eeb8aaa819f4120d4e942ded4fdda28bb664227048d2
-sha256sums_arm64 = 05255b4b3ed171180cfc9797d551ab08d0caf3aa1ad004f86e4b337f88fd09a3
+source_amd64 = ngrok-3.11.0::https://bin.equinox.io/a/n8VZajvBxXG/ngrok-v3-3.11.0-linux-amd64.zip
+source_arm = ngrok-3.11.0::https://bin.equinox.io/a/kFv9uWHUSsk/ngrok-v3-3.11.0-linux-arm.zip
+source_arm64 = ngrok-3.11.0::https://bin.equinox.io/a/9mv4UD2UtQr/ngrok-v3-3.11.0-linux-arm64.zip
+sha256sums_amd64 = 39782b6293cfb16b83eb82085bd1eb82cf6388bf6b11390ed3f48b42420d3c97
+sha256sums_arm = 71fcf0893c2beab1034b180e5aa9a89639667d71a8811820c053b18b2108c01e
+sha256sums_arm64 = cf03bfb58ca4d267d527966428686ec291632bfa28dac166fec504e506c487d5
diff --git a/PKGBUILD b/PKGBUILD
index 46358da..f4195de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 # vim: set sw=2 expandtab:
 #
 # URLs obtained from here:
-# ttps://github.com/ngrok/docker-ngrok/blob/main/releases.json
+# https://github.com/ngrok/docker-ngrok/blob/main/releases.json
 #
 pkgname=ngrok-bin
-pkgver=3.10.0
+pkgver=3.11.0
 pkgrel=1
 pkgdesc='Introspected tunnels to localhost'
 arch=(amd64 arm arm64)
@@ -13,13 +13,13 @@ provides=(ngrok)
 conflicts=(ngrok)
 url='https://ngrok.com/'
 
-source_amd64=("ngrok-${pkgver}::https://bin.equinox.io/a/mtc8ZqtmnhZ/ngrok-v3-3.10.0-linux-amd64.zip")
-source_arm=("ngrok-${pkgver}::https://bin.equinox.io/a/kYNqvLLmrYo/ngrok-v3-3.10.0-linux-arm.zip")
-source_arm64=("ngrok-${pkgver}::https://bin.equinox.io/a/eNKvpAC2RR1/ngrok-v3-3.10.0-linux-arm64.zip")
+source_amd64=("ngrok-${pkgver}::https://bin.equinox.io/a/n8VZajvBxXG/ngrok-v3-3.11.0-linux-amd64.zip")
+source_arm=("ngrok-${pkgver}::https://bin.equinox.io/a/kFv9uWHUSsk/ngrok-v3-3.11.0-linux-arm.zip")
+source_arm64=("ngrok-${pkgver}::https://bin.equinox.io/a/9mv4UD2UtQr/ngrok-v3-3.11.0-linux-arm64.zip")
 
-sha256sums_amd64=('f9b63306f56cf09917abf4c27ee1109360983d7ccaa8a03f227f3764be7b215c')
-sha256sums_arm=('3b61dde661e9dbd96778eeb8aaa819f4120d4e942ded4fdda28bb664227048d2')
-sha256sums_arm64=('05255b4b3ed171180cfc9797d551ab08d0caf3aa1ad004f86e4b337f88fd09a3')
+sha256sums_amd64=('39782b6293cfb16b83eb82085bd1eb82cf6388bf6b11390ed3f48b42420d3c97')
+sha256sums_arm=('71fcf0893c2beab1034b180e5aa9a89639667d71a8811820c053b18b2108c01e')
+sha256sums_arm64=('cf03bfb58ca4d267d527966428686ec291632bfa28dac166fec504e506c487d5')
 
 package() {
   install -Dm755 "$srcdir/ngrok-${pkgver}" "$pkgdir/usr/bin/ngrok"