mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
21 lines
701 B
JSON
21 lines
701 B
JSON
{
|
|
"homepage": "https://www.red-lang.org",
|
|
"version": "0.6.4",
|
|
"description": "Programming language inspired by Rebol.",
|
|
"license": "BSD-3-Clause,BSL-1.0",
|
|
"url": "https://static.red-lang.org/dl/win/red-064.exe#/red.exe",
|
|
"hash": "45eb8d089b6e25701e4208ac5d1db0c483752e0abff28f58baff5a39f765db9c",
|
|
"bin": "red.exe",
|
|
"checkver": {
|
|
"url": "http://static.red-lang.org/download.html",
|
|
"re": "Red\\s+([\\d.]+)\\s+for"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe",
|
|
"hash": {
|
|
"url": "http://static.red-lang.org/download.html",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|