diff --git a/bucket/rune.json b/bucket/rune.json new file mode 100644 index 00000000000000..4ce930170b7119 --- /dev/null +++ b/bucket/rune.json @@ -0,0 +1,22 @@ +{ + "version": "1.1.0", + "description": "Rune is a music player that offers audio analysis and recommendation features", + "homepage": "https://github.com/Losses/rune", + "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", + "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" + } +}