{
    "version": "10.4.16",
    "description": "A system and performance monitoring utility",
    "homepage": "https://www.sysgauge.com",
    "license": "Shareware",
    "architecture": {
        "64bit": {
            "url": "http://www.sysgauge.com/setups_x64/sysgauge_setup_v10.4.16_x64.exe#/dl.7z",
            "hash": "2cdcbd174c16518e3253bc51d24e766d78b39b3b6c7237cf70e2871ef83c7402"
        },
        "32bit": {
            "url": "http://www.sysgauge.com/setups/sysgauge_setup_v10.4.16.exe#/dl.7z",
            "hash": "61bb02136fa010b9147317b076c3f55400bed4925c336a8d22c552ab20900694"
        }
    },
    "installer": {
        "script": [
            "Rename-Item \"$dir\\bin\\sysgauge.flx\" 'sysgau.flx'",
            "Invoke-ExternalCommand \"$dir\\bin\\dsminst.exe\" 'install', \"$dir\", 'sysgau' -LogPath \"$dir\\dsminst.log\" | Out-Null",
            "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall*\" -Recurse"
        ]
    },
    "shortcuts": [
        [
            "bin\\sysgau.exe",
            "SysGauge"
        ]
    ],
    "checkver": {
        "url": "https://www.sysgauge.com/downloads.html",
        "regex": "<b>SysGauge</b><br>v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://www.sysgauge.com/setups_x64/sysgauge_setup_v$version_x64.exe#/dl.7z",
                "hash": {
                    "url": "https://www.sysgauge.com/downloads.html",
                    "regex": "<b>64-Bit SHA256:</b> $sha256"
                }
            },
            "32bit": {
                "url": "http://www.sysgauge.com/setups/sysgauge_setup_v$version.exe#/dl.7z",
                "hash": {
                    "url": "https://www.sysgauge.com/downloads.html",
                    "regex": "<b>32-Bit SHA256:</b> $sha256"
                }
            }
        }
    }
}
