Skip to content

Commit 4056879

Browse files
authored
rune: Add version 1.1.0 (#14888)
1 parent 8be2b96 commit 4056879

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bucket/rune.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.1.0",
3+
"description": "Rune is a music player that offers audio analysis and recommendation features",
4+
"homepage": "https://github.com/Losses/rune",
5+
"license": "MPL-2.0|Shareware",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/Losses/rune/releases/download/v1.1.0/Rune-v1.1.0-windows-amd64.zip",
9+
"hash": "0ce2d7f52cf695fbdc245096048505cd64b9092689067a10bd7d78c0dc1fead8"
10+
}
11+
},
12+
"shortcuts": [
13+
[
14+
"rune.exe",
15+
"Rune"
16+
]
17+
],
18+
"checkver": "github",
19+
"autoupdate": {
20+
"url": "https://github.com/Losses/rune/releases/download/v$version/Rune-v$version-windows-amd64.zip"
21+
}
22+
}

0 commit comments

Comments
 (0)