From 69dbcb175208b2c0364f38633666964d75a1fa53 Mon Sep 17 00:00:00 2001 From: zendo Date: Tue, 5 May 2026 00:57:47 +0800 Subject: [PATCH 1/2] cliamp: Add version 1.41.0 --- bucket/cliamp.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/cliamp.json diff --git a/bucket/cliamp.json b/bucket/cliamp.json new file mode 100644 index 0000000000000..19e4072eb8b80 --- /dev/null +++ b/bucket/cliamp.json @@ -0,0 +1,26 @@ +{ + "version": "1.41.0", + "description": "A retro terminal music player inspired by Winamp.", + "homepage": "https://github.com/bjarneo/cliamp", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/bjarneo/cliamp/releases/download/v1.41.0/cliamp-windows-amd64.exe", + "hash": "72bbab84ef0ded0cb9033d5c6bae77e5b9350fe063fb35a10f1430ebd52cf281" + } + }, + "bin": [ + [ + "cliamp-windows-amd64.exe", + "cliamp" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bjarneo/cliamp/releases/download/v$version/cliamp-windows-amd64.exe" + } + } + } +} From f93bd7dbbecde4f0141fbab06b1c187a798550d1 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Mon, 4 May 2026 18:34:37 +0000 Subject: [PATCH 2/2] Use inline renaming in URLs --- bucket/cliamp.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/bucket/cliamp.json b/bucket/cliamp.json index 19e4072eb8b80..877a9cd27977a 100644 --- a/bucket/cliamp.json +++ b/bucket/cliamp.json @@ -1,25 +1,22 @@ { - "version": "1.41.0", + "version": "1.42.0", "description": "A retro terminal music player inspired by Winamp.", - "homepage": "https://github.com/bjarneo/cliamp", + "homepage": "https://www.cliamp.stream", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/bjarneo/cliamp/releases/download/v1.41.0/cliamp-windows-amd64.exe", - "hash": "72bbab84ef0ded0cb9033d5c6bae77e5b9350fe063fb35a10f1430ebd52cf281" + "url": "https://github.com/bjarneo/cliamp/releases/download/v1.42.0/cliamp-windows-amd64.exe#/cliamp.exe", + "hash": "ac5d230e7b56eae8fada852e072d0113d4104363dcb526b0fff9abe547029a5e" } }, - "bin": [ - [ - "cliamp-windows-amd64.exe", - "cliamp" - ] - ], - "checkver": "github", + "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" + "url": "https://github.com/bjarneo/cliamp/releases/download/v$version/cliamp-windows-amd64.exe#/cliamp.exe" } } }