ScoopInstaller_Main/bucket/racket-minimal.json
2021-11-06 21:00:37 +00:00

39 lines
1.3 KiB
JSON

{
"version": "8.3",
"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.3/racket-minimal-8.3-x86_64-win32.exe#/dl.7z",
"hash": "c59cd3833afa7d2c4e263f2bf2dc349347bfd225bc94c3c6f398bf69c9cf712e"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/8.3/racket-minimal-8.3-i386-win32.exe#/dl.7z",
"hash": "1a4081f91acf01b2ff50889703a3b3ffae46ba32f5f1f6abdd881154a1195987"
}
},
"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>"
}
}
}