ScoopInstaller_Main/bucket/racket-minimal.json
Jakub Čábera d6d0104eb6 chisel: Update to version 1.7.0
racket-minimal: Fix checkver
2020-09-17 17:03:36 +02:00

39 lines
1.3 KiB
JSON

{
"version": "7.8",
"description": "Minimal Racket installation, without DrRacket/docs",
"homepage": "https://racket-lang.org",
"license": "LGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/7.8/racket-minimal-7.8-x86_64-win32.exe#/dl.7z",
"hash": "sha1:2506956b01e089f5816af5211074ee28ae8f8b98"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.8/racket-minimal-7.8-i386-win32.exe#/dl.7z",
"hash": "sha1:54928cd6f03b726c1f8ba69c4f9070546c67f144"
}
},
"bin": [
"racket.exe",
"raco.exe"
],
"checkver": {
"url": "https://download.racket-lang.org/",
"regex": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-x86_64-win32.exe#/dl.7z"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-i386-win32.exe#/dl.7z"
}
},
"hash": {
"url": "https://download.racket-lang.org/releases/$version/",
"regex": "$basename.*?\"checksum\">$sha1</span>"
}
}
}