From 7bdb0f5efce863f5b71890f05f9c9bf3152dac09 Mon Sep 17 00:00:00 2001 From: bobbyunknown Date: Mon, 10 Feb 2025 21:26:18 +0700 Subject: [PATCH] Update makfile --- ngrok-arm/Makefile | 6 +++--- ngrok-x86/Makefile | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ngrok-arm/Makefile b/ngrok-arm/Makefile index 81ff953..b03234d 100644 --- a/ngrok-arm/Makefile +++ b/ngrok-arm/Makefile @@ -3,10 +3,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ngrok -PKG_VERSION:=v3.19.1 +PKG_VERSION:=v3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-linux-arm64.tgz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-linux-arm64.tgz PKG_SOURCE_URL:=https://bin.equinox.io/c/bNyj1mQVY4c PKG_HASH:=skip @@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ngrok SECTION:=net CATEGORY:=Network - TITLE:=ngrok secure tunnels + TITLE:=Secure tunnels to localhost URL:=https://ngrok.com DEPENDS:=@(aarch64||arm64) endef diff --git a/ngrok-x86/Makefile b/ngrok-x86/Makefile index 66cfc0c..66521d6 100644 --- a/ngrok-x86/Makefile +++ b/ngrok-x86/Makefile @@ -3,10 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ngrok -PKG_VERSION:=v3.19.1 +PKG_VERSION:=v3 PKG_RELEASE:=1 -https://dashboard.ngrok.com/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-linux-amd64.tgz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-linux-amd64.tgz PKG_SOURCE_URL:=https://bin.equinox.io/c/bNyj1mQVY4c PKG_HASH:=skip