Skip to content

Commit

Permalink
Update makfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyunknown committed Feb 10, 2025
1 parent 49bb423 commit 7bdb0f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ngrok-arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions ngrok-x86/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7bdb0f5

Please sign in to comment.