2021-05-10 21:24:56 +02:00

30 lines
956 B
JSON

{
"version": "21.01.14.108",
"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.01.14.108/roswell_21.01.14.108_amd64.zip",
"hash": "7850ea563e19a3d0b69e72e7ef12a38701059f868b77b33c07ef446944bedea4"
}
},
"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"
}
}
}