mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.2",
|
|
"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.2/f2_2.1.2_windows_amd64.zip",
|
|
"hash": "f921f0eb506d1f58596c151750bbc94cfeefe0384dc108d4e5452d4c04899c5d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.1.2/f2_2.1.2_windows_386.zip",
|
|
"hash": "6fbd264b8253bef8d50cddadd0afbf369753730e4e272822e620f8206858f1a0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|