-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf2.json
22 lines (22 loc) · 809 Bytes
/
f2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "2.0.3",
"architecture": {
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.0.3/f2_2.0.3_windows_386.zip",
"bin": [
"f2.exe"
],
"hash": "404a2d6f5a88c78ea1dd79535285c0d7e75fda82e4c147c8c77373645ba4c1e2"
},
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.0.3/f2_2.0.3_windows_amd64.zip",
"bin": [
"f2.exe"
],
"hash": "5e987d3c1278cc46ea74044dc8d162c619908006c4ee8459544168e04fff87a5"
}
},
"homepage": "https://f2.freshman.tech",
"license": "MIT",
"description": "F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely"
}