diff --git a/bucket/chisel.json b/bucket/chisel.json index 8145df0b12..9701470da6 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -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", diff --git a/bucket/racket-minimal.json b/bucket/racket-minimal.json index 371c7c69fa..08eba38460 100644 --- a/bucket/racket-minimal.json +++ b/bucket/racket-minimal.json @@ -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": {