add racket-minimal@7.5

This commit is contained in:
人造电子小猫咪 2020-01-13 21:26:40 +08:00 committed by GitHub
parent 51d1d84ef1
commit 8915419001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,39 @@
{
"version": "7.5",
"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.5/racket-minimal-7.5-x86_64-win32.exe#/dl.7z",
"hash": "sha1:40a9645cce96c1810b3db0253d6ea45a4aa37b27"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.5/racket-minimal-7.5-i386-win32.exe#/dl.7z",
"hash": "sha1:34c3d3f4316aa5b6a38c20a213dd31a5ad182be4"
}
},
"bin": [
"racket.exe",
"raco.exe"
],
"checkver": {
"url": "https://download.racket-lang.org/",
"re": "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[\\s\\S]*?\"checksum\">$sha1</span>"
}
}
}