From a6abb5d452c4192e24a5484665b36aae0cf15918 Mon Sep 17 00:00:00 2001 From: chiniara Date: Sun, 26 Apr 2020 23:09:38 -0300 Subject: [PATCH] roswell: Add version 20.04.14.105 (#1020) --- bucket/roswell.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/roswell.json diff --git a/bucket/roswell.json b/bucket/roswell.json new file mode 100644 index 0000000000..5c44b12d76 --- /dev/null +++ b/bucket/roswell.json @@ -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" + } + } +}