2021-08-21 11:06:50 -07:00

30 lines
956 B
JSON

{
"version": "21.06.14.110",
"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/v21.06.14.110/roswell_21.06.14.110_amd64.zip",
"hash": "80bfba0bd1f1645a68ba9217bf845a85865c042f05760f5e2bcdc0f59220cb83"
}
},
"extract_dir": "roswell",
"bin": "ros.exe",
"checkver": {
"url": "https://github.com/roswell/roswell/releases",
"regex": "roswell_([\\d.]+)_amd64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/roswell/roswell/releases/download/v$version/roswell_$version_amd64.zip"
}
},
"hash": {
"url": "$url.hash",
"regex": "$sha256\\s+$basename"
}
}
}