mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://ngrok.com/",
|
|
"description": "Spend more time programming. One command for an instant, secure URL to your localhost server through any NAT or firewall.",
|
|
"version": "2.3.34",
|
|
"license": {
|
|
"identifier": "Shareware",
|
|
"url": "https://ngrok.com/tos"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bin.equinox.io/a/4bjohe93Jeu/ngrok-2.3.34-windows-amd64.zip",
|
|
"hash": "8c669ce40efaa9206241069dce10ccff450024d7daf69bff8933678d426c5787"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bin.equinox.io/a/5oSLVp2wSZp/ngrok-2.3.34-windows-386.zip",
|
|
"hash": "9d5164f048b3785de695d351f21bc1644087effa3b48ad352ca89134bfa3e33d"
|
|
}
|
|
},
|
|
"bin": "ngrok.exe",
|
|
"checkver": {
|
|
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
|
|
"re": "/a/(?<hash64bit>\\w+)/ngrok-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-([\\d.]+)-windows-386.zip"
|
|
},
|
|
"autoupdate": {
|
|
"hash": {
|
|
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
|
|
"regex": "$url(?:.|\\n)+?value=\"(\\w+)"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bin.equinox.io/a/$matchHash64bit/ngrok-$version-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bin.equinox.io/a/$matchHash32bit/ngrok-$version-windows-386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|