diff --git a/bucket/f2.json b/bucket/f2.json new file mode 100644 index 0000000000..660aba33cc --- /dev/null +++ b/bucket/f2.json @@ -0,0 +1,28 @@ +{ + "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" + } + } + } +}