ScoopInstaller_Main/bucket/racket-minimal.json
z-Fng 12dfb9ed36
racket(-minimal)@9.0: Add arm64 support (Closes #7392)
* Fix autoupdate hash extraction.
2025-11-24 06:58:29 +08:00

46 lines
1.7 KiB
JSON

{
"version": "9.0",
"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/9.0/racket-minimal-9.0-x86_64-win32.exe#/dl.7z",
"hash": "ef597a802fad475bb6effa9c6f466abe19505448dce967cf665d083e7b91cc29"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/9.0/racket-minimal-9.0-i386-win32.exe#/dl.7z",
"hash": "3f9a624a362ffe2a6a38f079f36f1465e3e313ba2fd20d1b85d8c17dc1ddf2ed"
},
"arm64": {
"url": "https://mirror.racket-lang.org/installers/9.0/racket-minimal-9.0-arm64-win32.exe#/dl.7z",
"hash": "aae41337dd1c530d8b7b7d6252b9b2ce05f537af9f62b285ad7eb95d8a8929a8"
}
},
"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"
},
"arm64": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-arm64-win32.exe#/dl.7z"
}
},
"hash": {
"url": "https://download.racket-lang.org/releases/$version/",
"regex": "$basenameNoExt.*?$sha256"
}
}
}