tech189 32bc2d4e59 f2: Update to version 1.9.1
Autoupdate fixed: i386 --> 386
2023-09-03 09:55:31 +01:00

32 lines
1.1 KiB
JSON

{
"version": "1.9.1",
"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.9.1/f2_1.9.1_windows_amd64.tar.gz",
"hash": "5c4a3d825c7fb4d371d3fb8e0b987868b07b279047c507ebef1c1cc6c59e9469"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.9.1/f2_1.9.1_windows_386.tar.gz",
"hash": "92bc9b00d88356c26b947b9a75b87bdb751385665c606e70ce31c49459612fb1"
}
},
"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_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}