diff --git a/bucket/roswell.json b/bucket/roswell.json index ef27123820..f22e06290b 100644 --- a/bucket/roswell.json +++ b/bucket/roswell.json @@ -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" } } }