f2: Add version 1.7.2 (#2130)

* F2: Add version 1.5.3

F2 is a cross-platform command-line tool for batch renaming files and
directories quickly and safely.

* Update to v1.5.6

* Update F2 to 1.6.1

* Update F2 to v1.6.2

* modify description, update to version 1.7.2

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Ayooluwa 2021-10-11 08:11:14 +01:00 committed by GitHub
parent f177246d29
commit 8feaf55e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/f2.json Normal file
View File

@ -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"
}
}
}
}