2021-10-11 00:50:06 -07:00

32 lines
1.1 KiB
JSON

{
"version": "1.7.2",
"description": "Batch renaming files and directories quickly and safely.",
"homepage": "https://github.com/ayoisaiah/f2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_amd64.tar.gz",
"hash": "385447dd5969f075b31f02279ca37d18ba05c0f74f36aa7aef45f89d3073b3ae"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_i386.tar.gz",
"hash": "b67968406ff764ee2d3eef9ac417b66364b027cd2f7afc4974d72936bf459a9e"
}
},
"bin": "f2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}