From 6fe3662e32fc079da842a02d9b46bdc82529ec86 Mon Sep 17 00:00:00 2001 From: fleimgruber Date: Tue, 18 Nov 2025 15:27:20 +0100 Subject: [PATCH] alire: Add version 2.1.0 --- bucket/alire.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/alire.json diff --git a/bucket/alire.json b/bucket/alire.json new file mode 100644 index 0000000000000..e90aaf5490a20 --- /dev/null +++ b/bucket/alire.json @@ -0,0 +1,23 @@ +{ + "version": "2.1.0", + "description": "Command-line tool from the Alire project and supporting library", + "homepage": "https://github.com/alire-project/alire", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/alire-project/alire/releases/download/v2.1.0/alr-2.1.0-bin-x86_64-windows.zip", + "hash": "373ed06114f46c80e8a10c00a5edb3a14a86c9ad1ce6326060d734968a8155d9" + } + }, + "bin": "bin\\alr.exe", + "checkver": { + "github": "https://github.com/alire-project/alire" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/alire-project/alire/releases/download/v$version/alr-$version-bin-x86_64-windows.zip" + } + } + } +}