Extras/bucket/ft2-clone.json
2026-07-19 20:34:31 +00:00

48 lines
1.4 KiB
JSON

{
"version": "2.22",
"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.22-win64.zip",
"hash": "2832fadca12450a4bd30785d61e0066b28f4063c27e7ae3ab3caa021032d283b",
"extract_dir": "ft2-clone-win64"
},
"32bit": {
"url": "https://16-bits.org/ft2-clone-v2.22-win32.zip",
"hash": "106642432bcf0d69cfedda397f33c840e8805bfd6f9375e25e0124468a8e2421",
"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"
}
}
}
}