Ayooluwa Isaiah 40110d064f
f2: Update to v2.0.3 (#6309)
Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2024-11-27 20:01:17 +08:00

34 lines
1.2 KiB
JSON

{
"version": "2.0.3",
"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.0.3/f2_2.0.3_windows_amd64.zip",
"hash": "5e987d3c1278cc46ea74044dc8d162c619908006c4ee8459544168e04fff87a5"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.0.3/f2_2.0.3_windows_386.zip",
"hash": "404a2d6f5a88c78ea1dd79535285c0d7e75fda82e4c147c8c77373645ba4c1e2"
}
},
"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"
}
}
}