-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathspotify-qt.json
38 lines (38 loc) · 1.31 KB
/
spotify-qt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "3.12",
"description": "Lightweight Spotify client using Qt",
"homepage": "https://github.com/kraxarn/spotify-qt",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/kraxarn/spotify-qt/releases/download/v3.12/spotify-qt-v3.12-win64.zip",
"hash": "09f934d5bb91fb187df2bed4746b55974d0b4cb499d3bf0997270704b531972b"
},
"32bit": {
"url": "https://github.com/kraxarn/spotify-qt/releases/download/v3.12/spotify-qt-v3.12-win32.zip",
"hash": "53f19388a1ae3216d2e4973684f6a1ca4463f2e62d086e992912d2cc862c0fb4"
}
},
"shortcuts": [
[
"spotify-qt.exe",
"spotify-qt"
]
],
"bin": "spotify-qt.exe",
"checkver": {
"url": "https://api.github.com/repositories/239120579/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kraxarn/spotify-qt/releases/download/v$matchHead/spotify-qt-v$version-win64.zip"
},
"32bit": {
"url": "https://github.com/kraxarn/spotify-qt/releases/download/v$matchHead/spotify-qt-v$version-win32.zip"
}
}
}
}