mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.1",
|
|
"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.1.1/f2_2.1.1_windows_amd64.zip",
|
|
"hash": "8545b8d58fc2fe69ffcd5fb056c2a1394e0d20a445107087912943ee96557203"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.1.1/f2_2.1.1_windows_386.zip",
|
|
"hash": "229b4bdb3ddd50e79a815c49e81b36d33a3616837a3c3caf07a1679b247c2a49"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|