mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "9.1.0",
|
|
"description": "Professional Photo Management",
|
|
"homepage": "https://www.digikam.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.kde.org/stable/digikam/9.1.0/digiKam-9.1.0-Qt6-Win64.exe#/dl.7z",
|
|
"hash": "28ef373ab45ecc7eb1fd105b57828a29588504eb5a286c9e89c987c056bce8be"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
|
|
"bin": [
|
|
"digikam.exe",
|
|
"showfoto.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"digikam.exe",
|
|
"digiKam"
|
|
],
|
|
[
|
|
"showfoto.exe",
|
|
"Showfoto"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.digikam.org/download/",
|
|
"regex": "digiKam-([\\d.]+)(-Qt6)?-Win64"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.kde.org/stable/digikam/$version/digiKam-$version-Qt6-Win64.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.mirrorlist",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|