From 27e626591279fe347138dc4e311e73aa4bea0362 Mon Sep 17 00:00:00 2001 From: Renato Rotenberg <38757897+Brawmario@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:03:22 -0300 Subject: [PATCH] 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 --- bucket/roswell.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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" } } }