ScoopInstaller_Main/bucket/racket-minimal.json
2020-11-02 23:00:28 +00:00

39 lines
1.3 KiB
JSON

{
"version": "7.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/7.9/racket-minimal-7.9-x86_64-win32.exe#/dl.7z",
"hash": "sha1:a867e3d653b9085069bf673e4a7d141354e73774"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.9/racket-minimal-7.9-i386-win32.exe#/dl.7z",
"hash": "sha1:8c3f0ee69dadaa8b2db18cf8ccff3fe83711a0a5"
}
},
"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>"
}
}
}