@kodopp that appears to be correct. (I only just took over this package to bump to a new release). However, I'm having trouble finding a license: I looked on the ngrok, in the upstream proper releases, and searched around elsewhere. Do you have any idea what license it is under?
Search Criteria
Package Details: ngrok 3.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ngrok.git (read-only, click to copy) |
---|---|
Package Base: | ngrok |
Description: | A tunneling, reverse proxy for developing and understanding networked, HTTP services |
Upstream URL: | https://ngrok.com |
Licenses: | LicenseRef-custom |
Submitter: | neersighted |
Maintainer: | brenekh |
Last Packager: | brenekh |
Votes: | 118 |
Popularity: | 0.039976 |
First Submitted: | 2013-09-08 17:10 (UTC) |
Last Updated: | 2025-04-10 20:58 (UTC) |
Dependencies (1)
- bash-completion (bash-completion-gitAUR) (optional) – Bash completion support
Required by (0)
Sources (5)
- https://bin.equinox.io/a/aKXfcMetQkf/ngrok-v3-3.22.1-linux-arm.tar.gz
- https://bin.equinox.io/a/cDgo2tYnSZe/ngrok-v3-3.22.1-linux-386.tar.gz
- https://bin.equinox.io/a/jVjTX7dAozH/ngrok-v3-3.22.1-linux-amd64.tar.gz
- https://bin.equinox.io/a/nb3XZsbkEhX/ngrok-v3-3.22.1-linux-arm64.tar.gz
- TERMS-OF-SERVICE.txt
daurnimator commented on 2019-03-15 00:17 (UTC)
kodopp commented on 2019-03-14 18:31 (UTC)
As far as I know ngrok 2.x is not open source, so specifying 'Apache' as its license in the PKGBUILD is not correct. I think you should change it to 'Custom' and include appropriate license in the package. Please correct me if I am wrong
Kunda commented on 2019-03-13 23:51 (UTC) (edited on 2019-03-14 11:33 (UTC) by Kunda)
Can we get another bump to 2.3.17, please :) ?
Edit: Thank you!
daurnimator commented on 2019-03-06 21:05 (UTC)
Note to self/future maintainers, this software only provides official downloads for an old release. The package itself then tries to update itself using 'equinox'.
To find out the real download url, I use this script get_download_info
:
#!/bin/bash
exec http -b https://update.equinox.io/check \
'Accept:application/json; q=1; version=1; charset=utf-8' \
'Content-Type:application/json; charset=utf-8' \
app_id=app_goVRodbMVm \
arch=amd64 \
channel=stable \
current_sha256=1aaccea9c0668d97f19095636b2f4fca033fb8d9f7fc37241a013f4f1fa48bb3 \
current_version=2.2.8 \
goarm= \
os=linux \
target_version= \
"$@"
You need to call it with the different architectures:
get_download_info arch=386
get_download_info arch=amd64
get_download_info arch=arm
get_download_info arch=arm64
waseem commented on 2019-02-26 16:26 (UTC)
@neersighted Do you have any plans of updating this package in near future?
el_aur commented on 2018-07-01 14:12 (UTC)
use my AUR packages ngrok-stable and ngrok-beta
Mind commented on 2018-01-04 02:18 (UTC)
ngrok indicates that it needs to update to version 2.2.8 in the status screen, even though it is already 2.2.8. This doesn't appear when running a separately-downloaded binary.
Pinned Comments
brenekh commented on 2022-04-20 17:11 (UTC)
ngrok v3 introduces breaking changes.
Check https://ngrok.com/docs/guides/upgrade-v2-v3 for the upgrade instructions.
daurnimator commented on 2019-03-06 21:05 (UTC)
Note to self/future maintainers, this software only provides official downloads for an old release. The package itself then tries to update itself using 'equinox'. To find out the real download url, I use this script
get_download_info
:You need to call it with the different architectures: