Extras/bucket/tageditor.json
2026-07-10 01:00:59 +00:00

35 lines
1.3 KiB
JSON

{
"version": "3.9.11",
"description": "A tag editor utility supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.",
"homepage": "https://github.com/Martchus/tageditor",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Martchus/tageditor/releases/download/v3.9.11/tageditor-3.9.11-x86_64-w64-mingw32.exe.zip",
"hash": "f1a7f33561bda19e833b1eb3b5cfcdae83fe1f37c6806623f86f20cc3038b090"
},
"arm64": {
"url": "https://github.com/Martchus/tageditor/releases/download/v3.9.11/tageditor-3.9.11-aarch64-w64-mingw32.exe.zip",
"hash": "3a8310d02890f966f1a44de8223cc866cd987473ba199ddd850a8a65e1bb7020"
}
},
"bin": "tageditor-cli.exe",
"shortcuts": [
[
"tageditor.exe",
"Tag Editor"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Martchus/tageditor/releases/download/v$version/tageditor-$version-x86_64-w64-mingw32.exe.zip"
},
"arm64": {
"url": "https://github.com/Martchus/tageditor/releases/download/v$version/tageditor-$version-aarch64-w64-mingw32.exe.zip"
}
}
}
}