From 7004011558f8bd729e933dad06ab7da3327ca074 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 20 Jul 2023 16:13:18 +0200 Subject: [PATCH] updatecli: Add version 0.54.0 (#4946) Signed-off-by: Steve Hipwell --- bucket/updatecli.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/updatecli.json diff --git a/bucket/updatecli.json b/bucket/updatecli.json new file mode 100644 index 0000000000..129431ce29 --- /dev/null +++ b/bucket/updatecli.json @@ -0,0 +1,40 @@ +{ + "version": "0.54.0", + "description": "A tool used to apply file update strategies. Designed to be used from everywhere, each application 'run' detects if a value needs to be updated using a custom strategy then apply changes according to the strategy.", + "homepage": "https://www.updatecli.io/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/updatecli/updatecli/releases/download/v0.54.0/updatecli_Windows_x86_64.zip", + "hash": "7206a51101168a762cb5721d562d51fea828159b6efdd1a5b249d0c126890a64" + }, + "arm64": { + "url": "https://github.com/updatecli/updatecli/releases/download/v0.54.0/updatecli_Windows_arm64.zip", + "hash": "5385240e95d3106c00290d00bbd5919826c23b0776aad62eaa4c6f76a3adc4e4" + } + }, + "bin": [ + "updatecli.exe", + [ + "updatecli.exe", + "upd8cli" + ] + ], + "checkver": { + "github": "https://github.com/updatecli/updatecli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_x86_64.zip" + }, + "arm64": { + "url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "(?im)^$sha256\\s+$basename$" + } + } +}