diff --git a/bucket/cliamp.json b/bucket/cliamp.json new file mode 100644 index 0000000000000..877a9cd27977a --- /dev/null +++ b/bucket/cliamp.json @@ -0,0 +1,23 @@ +{ + "version": "1.42.0", + "description": "A retro terminal music player inspired by Winamp.", + "homepage": "https://www.cliamp.stream", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/bjarneo/cliamp/releases/download/v1.42.0/cliamp-windows-amd64.exe#/cliamp.exe", + "hash": "ac5d230e7b56eae8fada852e072d0113d4104363dcb526b0fff9abe547029a5e" + } + }, + "bin": "cliamp.exe", + "checkver": { + "github": "https://github.com/bjarneo/cliamp" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bjarneo/cliamp/releases/download/v$version/cliamp-windows-amd64.exe#/cliamp.exe" + } + } + } +}