{
    "version": "1.4.4.10",
    "description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.",
    "homepage": "https://github.com/bailey27/cppcryptfs",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/bailey27/cppcryptfs/blob/HEAD/LICENSE.txt"
    },
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.10/cppcryptfsctl.exe",
                "https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.10/cppcryptfs.exe"
            ],
            "hash": [
                "e6826b5435cfc93b606328e4111f930154f535fdf642baf6a49274a0d8832c0c",
                "7046905c50e72670606aa1a91a53605baa2a349f2572f2d322968a4d382201be"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.10/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
                "https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.10/cppcryptfs32.exe#/cppcryptfs.exe"
            ],
            "hash": [
                "c4e0e009be33e5e5e29dd528097977783ba23a0015b23d3f00ca550e3cdd6169",
                "96b75959f0f9e5adec76d6ca99cdeb5b0736e98f252fbe4e65ba9e4e2206dfb7"
            ]
        }
    },
    "bin": [
        "cppcryptfsctl.exe",
        "cppcryptfs.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl.exe",
                    "https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs.exe"
                ]
            },
            "32bit": {
                "url": [
                    "https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
                    "https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs32.exe#/cppcryptfs.exe"
                ]
            }
        }
    }
}
