ScoopInstaller_Main/bucket/racket-minimal.json
2022-05-01 20:28:05 +00:00

39 lines
1.3 KiB
JSON

{
"version": "8.5",
"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.5/racket-minimal-8.5-x86_64-win32.exe#/dl.7z",
"hash": "94387bc6e821b71fd5d8133dd16bedf13b26d635b09a6ee41ff5367d8710af1c"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/8.5/racket-minimal-8.5-i386-win32.exe#/dl.7z",
"hash": "63922879da1d199ecc45d8003ebf38c81b4b67500c2d8dd5536b2de64d2345c9"
}
},
"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>"
}
}
}