{
    "version": "1.75",
    "description": "Music tracker Fasttracker 2 clone.",
    "homepage": "https://16-bits.org/ft2.php",
    "license": "BSD-3-clause",
    "architecture": {
        "64bit": {
            "url": "https://16-bits.org/ft2-clone-v1.75-win64.zip",
            "hash": "13a8e12a1d71ef56f63ceaeab20e7ed515eb978c04628461c8a673f70c3ff3a2",
            "extract_dir": "ft2-clone-win64"
        },
        "32bit": {
            "url": "https://16-bits.org/ft2-clone-v1.75-win32.zip",
            "hash": "2b505a710b264b66330847f9e9ff6c12f77b8f1fff578a13f866b6b5cc3ec433",
            "extract_dir": "ft2-clone-win32"
        }
    },
    "pre_install": "Get-Item \"$dir\\ft2-clone*.exe\" | Rename-Item -NewName 'ft2-clone.exe'",
    "bin": [
        [
            "ft2-clone.exe",
            "ft2"
        ]
    ],
    "shortcuts": [
        [
            "ft2-clone.exe",
            "Fasttracker II clone"
        ]
    ],
    "checkver": {
        "url": "https://16-bits.org/ft2-clone-changelog.txt",
        "re": "v(?<version>[\\d.]+) - (?<date>[\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://16-bits.org/ft2-clone-v$version-win64.zip",
                "extract_dir": "ft2-clone-win64"
            },
            "32bit": {
                "url": "https://16-bits.org/ft2-clone-v$version-win32.zip",
                "extract_dir": "ft2-clone-win32"
            }
        }
    }
}
