ScoopInstaller_Main/bucket/racket-minimal.json
2020-08-03 15:54:54 +02:00

36 lines
1.3 KiB
JSON

{
"version": "7.8",
"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.8/racket-minimal-7.8-x86_64-win32.exe#/dl.7z",
"hash": "sha1:2506956b01e089f5816af5211074ee28ae8f8b98"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.8/racket-minimal-7.8-i386-win32.exe#/dl.7z",
"hash": "sha1:54928cd6f03b726c1f8ba69c4f9070546c67f144"
}
},
"bin": [
"racket.exe",
"raco.exe"
],
"checkver": "Download Racket\\s+v([\\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>"
}
}
}