ScoopInstaller_Main/bucket/racket-minimal.json
2025-03-03 00:38:58 +00:00

39 lines
1.4 KiB
JSON

{
"version": "8.16",
"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.16/racket-minimal-8.16-x86_64-win32.exe#/dl.7z",
"hash": "f0cadd5b3b766a777d0926a3b44165dc5b399a35a75f8c9b748ada4d40bafdb9"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/8.16/racket-minimal-8.16-i386-win32.exe#/dl.7z",
"hash": "11d0e60f023cc3a6da588618ab8a0122219de6deee321de4d2e8de7b4a03ca28"
}
},
"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>"
}
}
}