mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
34 lines
967 B
JSON
34 lines
967 B
JSON
{
|
|
"version": "1.8.1",
|
|
"description": "An open source media player built with Qt/QML and libmpv.",
|
|
"homepage": "https://haruna.kde.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.kde.org/stable/haruna/1.8.1/haruna-1.8.1-windows-gcc-x86_64.7z",
|
|
"hash": "53e42bac6fc8b75c8fe5486c13e5cd0d565ac09d838d860cdf3db42069fd9ecc"
|
|
}
|
|
},
|
|
"bin": "bin\\haruna.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bin\\haruna.exe",
|
|
"Haruna"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://apps.kde.org/haruna/index.xml",
|
|
"regex": "<title>Release (?<version>[\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.kde.org/stable/haruna/$version/haruna-$version-windows-gcc-x86_64.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|