ScoopInstaller_Main/bucket/racket-minimal.json
2024-08-20 04:29:35 +00:00

39 lines
1.4 KiB
JSON

{
"version": "8.14",
"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/8.14/racket-minimal-8.14-x86_64-win32.exe#/dl.7z",
"hash": "421845d0bf2cdc902a6e5f6377bd9f830acd85159268a17cef0a224d1531dce1"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/8.14/racket-minimal-8.14-i386-win32.exe#/dl.7z",
"hash": "d22ac0b35f2ed10a9b7a60d69470ced46b56f035a0539f4d92cde07218c3c7cb"
}
},
"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>"
}
}
}