2021-10-15 08:26:17 -07:00

30 lines
956 B
JSON

{
"version": "21.10.14.111",
"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.10.14.111/roswell_21.10.14.111_amd64.zip",
"hash": "f6edf80a16e979fa81f1cebb9f286168a0ef2474fa2378af28d2f45cb41adb1d"
}
},
"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"
}
}
}