{
    "version": "3.5.9",
    "description": "Professional password generator and manager, formerly known as PWGen",
    "homepage": "https://pwgen-win.sourceforge.io",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/pwgen-win/Password%20Tech/3.5.9/PwTech-3.5.9-64bit.zip",
            "hash": "sha1:21ea13eea372cf5aac054f711a10fed70940f631"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/pwgen-win/Password%20Tech/3.5.9/PwTech-3.5.9-32bit.zip",
            "hash": "sha1:57184d65a56975431251634e54288711cc42a534"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\PwTech.ini\")) { New-Item \"$dir\\PwTech.ini\" -ItemType File | Out-Null }",
    "bin": "PwTech.com",
    "shortcuts": [
        [
            "PwTech.exe",
            "Password Tech"
        ]
    ],
    "persist": "PwTech.ini",
    "checkver": {
        "url": "https://sourceforge.net/projects/pwgen-win/files/Password%20Tech",
        "regex": "/files/Password%20Tech/([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/pwgen-win/Password%20Tech/$version/PwTech-$version-64bit.zip"
            },
            "32bit": {
                "url": "https://downloads.sourceforge.net/project/pwgen-win/Password%20Tech/$version/PwTech-$version-32bit.zip"
            }
        }
    }
}
