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" + } + } + } +}