From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE20C1581E7 for ; Thu, 25 Apr 2024 23:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00340E29F0; Thu, 25 Apr 2024 23:08:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5979E29F0 for ; Thu, 25 Apr 2024 23:08:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0857334314C for ; Thu, 25 Apr 2024 23:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D321758 for ; Thu, 25 Apr 2024 23:08:04 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1714084108.b3ca3ed2666a0ab3252ce0c25d89df855ad14348.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-proxy/ngrok-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild X-VCS-Directories: net-proxy/ngrok-bin/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b3ca3ed2666a0ab3252ce0c25d89df855ad14348 X-VCS-Branch: master Date: Thu, 25 Apr 2024 23:08:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5cdf949-a72f-4779-a88d-511730b40735 X-Archives-Hash: e995787e3d1702437cc78ba71f4b4c6e commit: b3ca3ed2666a0ab3252ce0c25d89df855ad14348 Author: kernaltrap8 gmail com> AuthorDate: Mon Mar 18 03:59:39 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Apr 25 22:28:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ca3ed2 net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0` Signed-off-by: kernaltrap8 gmail.com> net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild index 21e9055f9b..fcee9bb786 100644 --- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild +++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild @@ -7,13 +7,13 @@ DESCRIPTION="ngrok is a reverse proxy, firewall, and API gateway" HOMEPAGE="https://ngrok.org" # Each supported arch should get their own bins SRC_URI=" - amd64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz ) - arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz ) - arm64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) - mips? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz ) - ppc64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz ) - s390? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz ) - x86? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz ) + amd64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz ) + arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz ) + arm64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) + mips? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz ) + ppc64? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz ) + s390? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz ) + x86? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz ) " S="${WORKDIR}/"