mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
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:
parent
db854632e4
commit
27e6265912
@ -1,20 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "21.10.14.111",
|
"version": "23.10.14.114",
|
||||||
"description": "Lisp implementation installer/manager and launcher",
|
"description": "Lisp implementation installer/manager and launcher",
|
||||||
"homepage": "https://github.com/roswell/roswell",
|
"homepage": "https://github.com/roswell/roswell",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/roswell/roswell/releases/download/v21.10.14.111/roswell_21.10.14.111_amd64.zip",
|
"url": "https://github.com/roswell/roswell/releases/download/v23.10.14.114/roswell_23.10.14.114_amd64.zip",
|
||||||
"hash": "f6edf80a16e979fa81f1cebb9f286168a0ef2474fa2378af28d2f45cb41adb1d"
|
"hash": "b2a961679525ca4f052c505093cd6c507f7f33da66151d89e28f4cf7ed4dbb71"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "roswell",
|
"extract_dir": "roswell",
|
||||||
"bin": "ros.exe",
|
"bin": "ros.exe",
|
||||||
"checkver": {
|
"checkver": "github",
|
||||||
"url": "https://github.com/roswell/roswell/releases",
|
|
||||||
"regex": "roswell_([\\d.]+)_amd64\\.zip"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -23,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.hash",
|
"url": "$url.hash",
|
||||||
"regex": "$sha256\\s+$basename"
|
"regex": "$sha256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user