roswell: Add version 20.04.14.105 (#1020)

This commit is contained in:
chiniara 2020-04-26 23:09:38 -03:00 committed by GitHub
parent 5cfbd4b73a
commit a6abb5d452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/roswell.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "20.04.14.105",
"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/v20.04.14.105/roswell_20.04.14.105_amd64.zip",
"hash": "7462c6bf5d4e9b3ff03f68b6115ceefeb20fec9c7e9fc7fb0438c56e5273c395"
}
},
"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\\s+$basename"
}
}
}