mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
chisel: Update to version 1.7.0
racket-minimal: Fix checkver
This commit is contained in:
parent
c19817614d
commit
d6d0104eb6
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"description": "A fast TCP tunnel over HTTP",
|
||||
"homepage": "https://github.com/jpillora/chisel",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_windows_amd64.gz",
|
||||
"hash": "165810c8aeb680a18ef0cbe865ebb29ae279976bb70c2bce46c1a7d7c4777e2f"
|
||||
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.0/chisel_1.7.0_windows_amd64.gz",
|
||||
"hash": "f86504bd2ecb874593d5aaa7b5e838106e383b20c4cadd6d3ad7f40a8d94659e"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_windows_386.gz",
|
||||
"hash": "c33fcbfbaf33ff5ed81591bbb65211e30e274e0c25b04b41cd8640df384be036"
|
||||
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.0/chisel_1.7.0_windows_386.gz",
|
||||
"hash": "184c81c9d2a54ae16baadb6f6523e4ae2060c6570682a721f3d977dccfd68a64"
|
||||
}
|
||||
},
|
||||
"bin": "chisel.exe",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "7.8",
|
||||
"description": "Minimal Racket installation, without DrRacket/docs.",
|
||||
"description": "Minimal Racket installation, without DrRacket/docs",
|
||||
"homepage": "https://racket-lang.org",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"architecture": {
|
||||
@ -17,7 +17,10 @@
|
||||
"racket.exe",
|
||||
"raco.exe"
|
||||
],
|
||||
"checkver": "Download Racket\\s+v([\\d.]+)",
|
||||
"checkver": {
|
||||
"url": "https://download.racket-lang.org/",
|
||||
"regex": "Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user