Skip to content

Instantly share code, notes, and snippets.

@brhoades
Created May 26, 2020 19:21
Show Gist options
  • Save brhoades/cae959568b62b28bcfc2ee2375f5276f to your computer and use it in GitHub Desktop.
Save brhoades/cae959568b62b28bcfc2ee2375f5276f to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD-NEW
index d227659..ce374f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD-NEW
@@ -9,13 +9,13 @@ pkgdesc='A tunneling, reverse proxy for developing and understanding networked,
url='https://ngrok.com'
license=('custom')
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-source_i686=("https://bin.equinox.io/a/bjFaKy3TSAg/ngrok-${pkgver}-linux-386")
+source_i686=("https://bin.equinox.io/a/bjFaKy3TSAg/ngrok-${pkgver}-${pkgrel}-linux-386")
sha256sums_i686=('1fdd1c057c3c31044400ef6ade20ad3f10bce415ad33ccfb4bc2fd83bb36f62f')
-source_x86_64=("https://bin.equinox.io/a/52fZaxjGg9n/ngrok-${pkgver}-linux-amd64")
+source_x86_64=("https://bin.equinox.io/a/52fZaxjGg9n/ngrok-${pkgver}-${pkgrel}-linux-amd64")
sha256sums_x86_64=('b456608239cdf4b5119916c62a87640667d1cb1900c53faed89e3dacc1fe4679')
-source_armv7h=("https://bin.equinox.io/a/2cUd5mRRjoF/ngrok-${pkgver}-linux-arm")
+source_armv7h=("https://bin.equinox.io/a/2cUd5mRRjoF/ngrok-${pkgver}-${pkgrel}-linux-arm")
sha256sums_armv7h=('94d88311e9b2baea615d9fe7c6921ac0167040ec66aa0d0cbb856c027d617f1f')
-source_aarch64=("https://bin.equinox.io/a/k2qx6ipHqpb/ngrok-${pkgver}-linux-arm64")
+source_aarch64=("https://bin.equinox.io/a/k2qx6ipHqpb/ngrok-${pkgver}-${pkgrel}-linux-arm64")
sha256sums_aarch64=('fd07f5c449f1c1444606bbc9d06fa6b649325ddf0b3e6dac6f32d785a886f170')
package() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment