From 19568d6e09a2599931cfb45f74359d591cd11153 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 18 Dec 2022 17:19:42 +0000 Subject: [PATCH] figurine: Update to version 1.3.0, now 64bit only Now 64bit only, so architecture has been added. Autoupdate fixed to use 64bit file name --- bucket/figurine.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/bucket/figurine.json b/bucket/figurine.json index 5dd8a5e650..c393c35ae0 100644 --- a/bucket/figurine.json +++ b/bucket/figurine.json @@ -1,17 +1,25 @@ { - "version": "1.2.0", + "version": "1.3.0", "description": "Print any text using ASCII art in FIGlet.", "homepage": "https://github.com/arsham/figurine", "license": "Apache-2.0", - "url": "https://github.com/arsham/figurine/releases/download/v1.2.0/figurine_windows_v1.2.0.zip", - "hash": "f4501a54bb12af8d0dc539ab95371576340302271c5f905a94fb0953bdc84d38", + "architecture": { + "64bit": { + "url": "https://github.com/arsham/figurine/releases/download/v1.3.0/figurine_windows_amd64_v1.3.0.zip", + "hash": "287c809ccb0dbbbb7a9e0b5cf044ccdd2ffd81a10faebd3f6eae4c0bbb40610f" + } + }, "extract_dir": "deploy", "bin": "figurine.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_v$version.zip", - "hash": { - "url": "https://github.com/arsham/figurine/releases/tag/v$version" + "architecture": { + "64bit": { + "url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_amd64_v$version.zip", + "hash": { + "url": "https://github.com/arsham/figurine/releases/tag/v$version" + } + } } } }