From 6f477beed4425fc3794f7a98d3a3408387e8597f Mon Sep 17 00:00:00 2001 From: Ovler Date: Wed, 12 Feb 2025 17:53:32 -0500 Subject: [PATCH 1/2] Create rune.json --- bucket/rune.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/rune.json diff --git a/bucket/rune.json b/bucket/rune.json new file mode 100644 index 00000000000000..fc5ca5cf18e499 --- /dev/null +++ b/bucket/rune.json @@ -0,0 +1,25 @@ +{ + "version": "1.1.0", + "description": "Rune Player is a music player that offers audio analysis and recommendation features. It introduces a new, modern music management paradigm to enhance your experience with cross-platform support.", + "homepage": "https://github.com/Losses/rune", + "license": "MPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Losses/rune/releases/download/v1.1.0/Rune-v1.1.0-windows-amd64.zip", + "hash": "0ce2d7f52cf695fbdc245096048505cd64b9092689067a10bd7d78c0dc1fead8" + } + }, + "shortcuts": [ + [ + "rune.exe", + "Rune" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/Losses/rune/releases/download/v$version/Rune-v$version-windows-amd64.zip", + "hash": { + "mode": "download" + } + } +} From a19832c0033a8834182d21f7e1b2ef2f732fc04f Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Fri, 28 Feb 2025 23:28:29 +0300 Subject: [PATCH 2/2] rune@1.1.0: Fix description & license --- bucket/rune.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bucket/rune.json b/bucket/rune.json index fc5ca5cf18e499..4ce930170b7119 100644 --- a/bucket/rune.json +++ b/bucket/rune.json @@ -1,8 +1,8 @@ { "version": "1.1.0", - "description": "Rune Player is a music player that offers audio analysis and recommendation features. It introduces a new, modern music management paradigm to enhance your experience with cross-platform support.", + "description": "Rune is a music player that offers audio analysis and recommendation features", "homepage": "https://github.com/Losses/rune", - "license": "MPL-2.0", + "license": "MPL-2.0|Shareware", "architecture": { "64bit": { "url": "https://github.com/Losses/rune/releases/download/v1.1.0/Rune-v1.1.0-windows-amd64.zip", @@ -17,9 +17,6 @@ ], "checkver": "github", "autoupdate": { - "url": "https://github.com/Losses/rune/releases/download/v$version/Rune-v$version-windows-amd64.zip", - "hash": { - "mode": "download" - } + "url": "https://github.com/Losses/rune/releases/download/v$version/Rune-v$version-windows-amd64.zip" } }