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>
This commit is contained in:
Renato Rotenberg 2024-03-05 08:03:22 -03:00 committed by GitHub
parent db854632e4
commit 27e6265912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,17 @@
{
"version": "21.10.14.111",
"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/v21.10.14.111/roswell_21.10.14.111_amd64.zip",
"hash": "f6edf80a16e979fa81f1cebb9f286168a0ef2474fa2378af28d2f45cb41adb1d"
"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": {
"url": "https://github.com/roswell/roswell/releases",
"regex": "roswell_([\\d.]+)_amd64\\.zip"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
@ -23,7 +20,7 @@
},
"hash": {
"url": "$url.hash",
"regex": "$sha256\\s+$basename"
"regex": "$sha256"
}
}
}