{
    "version": "7629",
    "homepage": "https://apps.kde.org/dolphin/",
    "description": "A file manager developed by KDE that lets you navigate and browse the contents of your hard drives, USB sticks, SD cards, and more.",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://cdn.kde.org/ci-builds/system/dolphin/master/windows/dolphin-master-7629-windows-cl-msvc2022-x86_64.7z",
            "hash": "8cf54f8cad7044cc5a4b91882642f27a4faa73067619f0694e5a2bbe4c693109"
        }
    },
    "bin": "bin\\dolphin.exe",
    "shortcuts": [
        [
            "bin\\dolphin.exe",
            "KDE Dolphin Nightly"
        ]
    ],
    "pre_install": "Stop-Process -Name 'dbus-daemon' -Force -ErrorAction 'SilentlyContinue'",
    "checkver": {
        "url": "https://cdn.kde.org/ci-builds/system/dolphin/master/windows/",
        "regex": "dolphin-master-([\\d]+)-windows-cl-msvc(?<Year>[\\d]+)-x86_64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.kde.org/ci-builds/system/dolphin/master/windows/dolphin-master-$version-windows-cl-msvc$matchYear-x86_64.7z",
                "hash": {
                    "url": "$url.sha256"
                }
            }
        }
    }
}
