2025-05-01 20:28:17 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.1.0",
"description": "Batch renaming files and directories quickly and safely.",
"homepage": "https://f2.freshman.tech",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.1.0/f2_2.1.0_windows_amd64.zip",
"hash": "025041eec01ed0b76c7203159b24a6dd76c7394d31afde77e883fa257b4423b9"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.1.0/f2_2.1.0_windows_386.zip",
"hash": "93428f02db133634f4e0803624b37dc760cabb1c8bf4daf565720d7a309a20eb"
}
},
"bin": "f2.exe",
"checkver": {
"github": "https://github.com/ayoisaiah/f2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}