{
    "version": "6.2.0.723",
    "description": "The Simple SMTP Desktop Email Receiver",
    "homepage": "https://github.com/ChangemakerStudios/Papercut-SMTP",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/6.2.0.build.723/Papercut.Smtp.x64.6.2.0.zip",
            "hash": "d50c5a40e453173584506638193679d29619082d6b7c30f7898f02647ebc7d33"
        },
        "32bit": {
            "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/6.2.0.build.723/Papercut.Smtp.x86.6.2.0.zip",
            "hash": "dc41127f9cefcf2419b495f06c3858cbbe64e4a5492ecd9c8fd02a3c44cd1bd2"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rules.json\")) { Set-Content \"$dir\\rules.json\" '[]' -Encoding Ascii }",
    "shortcuts": [
        [
            "Papercut.exe",
            "Papercut"
        ]
    ],
    "persist": [
        "Incoming",
        "Logs",
        "rules.json"
    ],
    "checkver": {
        "github": "https://github.com/ChangemakerStudios/Papercut-SMTP",
        "regex": "download/([\\d.]+)\\.build\\.([\\d]+)/Papercut\\.Smtp\\.x64\\.([\\d.]+)\\.zip",
        "replace": "${1}.${2}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/$matchHead.build.$buildVersion/Papercut.Smtp.x64.$matchHead.zip"
            },
            "32bit": {
                "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/$matchHead.build.$buildVersion/Papercut.Smtp.x86.$matchHead.zip"
            }
        }
    }
}
