From 8feaf55e8e0f734f3948e5d6d46e67b3647c2474 Mon Sep 17 00:00:00 2001 From: Ayooluwa Date: Mon, 11 Oct 2021 08:11:14 +0100 Subject: [PATCH] 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 --- bucket/f2.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/f2.json 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" + } + } + } +}