mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "7.7",
|
|
"homepage": "https://racket-lang.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"description": "Minimal Racket installation, without DrRacket/docs.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/7.7/racket-minimal-7.7-x86_64-win32.exe#/dl.7z",
|
|
"hash": "sha1:89298ad295cd48adfb14ad98598b029590c08b80"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/7.7/racket-minimal-7.7-i386-win32.exe#/dl.7z",
|
|
"hash": "sha1:4179d416ee8470719488cf3b1e11c2360f92d830"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|