mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* roswell@23.10.14.114: attempt to fix autoupdate * Fix checkver regex * Simplified checkver and autoupdate hash --------- Co-authored-by: tech189 <dlloyd189@gmail.com>
27 lines
833 B
JSON
27 lines
833 B
JSON
{
|
|
"version": "23.10.14.114",
|
|
"description": "Lisp implementation installer/manager and launcher",
|
|
"homepage": "https://github.com/roswell/roswell",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roswell/roswell/releases/download/v23.10.14.114/roswell_23.10.14.114_amd64.zip",
|
|
"hash": "b2a961679525ca4f052c505093cd6c507f7f33da66151d89e28f4cf7ed4dbb71"
|
|
}
|
|
},
|
|
"extract_dir": "roswell",
|
|
"bin": "ros.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roswell/roswell/releases/download/v$version/roswell_$version_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.hash",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|