Renato Rotenberg 27e6265912
roswell: Update to version 23.10.14.114 (#5476)
* roswell@23.10.14.114: attempt to fix autoupdate

* Fix checkver regex

* Simplified checkver and autoupdate hash

---------

Co-authored-by: tech189 <dlloyd189@gmail.com>
2024-03-05 11:03:22 +00:00

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"
}
}
}