{
    "version": "2.19",
    "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-v2.19-win64.zip",
            "hash": "8b2b3d6dedae10e05373615e311ae4f0d6cc287d552ed468710815e44c518fa8",
            "extract_dir": "ft2-clone-win64"
        },
        "32bit": {
            "url": "https://16-bits.org/ft2-clone-v2.19-win32.zip",
            "hash": "d56cfef72b8a118c9e49c3b84518301ccc60faf70b55be006e37c7500152ba8d",
            "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"
            }
        }
    }
}
