ScoopInstaller_Main/bucket/racket-minimal.json
2023-05-12 08:26:03 +00:00

39 lines
1.3 KiB
JSON

{
"version": "8.9",
"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.9/racket-minimal-8.9-x86_64-win32.exe#/dl.7z",
"hash": "d582e6f6e79f0ae3e16d4274c19f49d836823a2f2772b625949fac085cf310fb"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/8.9/racket-minimal-8.9-i386-win32.exe#/dl.7z",
"hash": "68d5c61a67996ba05eeeace7d88b23b76234a23e1766f7198f117f93b8273d8e"
}
},
"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>"
}
}
}