2024-01-13 00:32:29 +00:00

29 lines
1.1 KiB
JSON

{
"version": "2.14.0",
"description": "A practical cross-platform command-line tool for safely batch renaming files/directories via regular expression",
"homepage": "https://github.com/shenwei356/brename",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shenwei356/brename/releases/download/v2.14.0/brename_windows_amd64.exe.tar.gz",
"hash": "020ce7a897baadbd19ac27bf28e6ffb3b4024ee09fa1b46534c5c75881da1041"
},
"32bit": {
"url": "https://github.com/shenwei356/brename/releases/download/v2.14.0/brename_windows_386.exe.tar.gz",
"hash": "269486b6a6b47472433bea689cf0dc36dd6edf1b0f9066c6de2e5dd4814f5d75"
}
},
"bin": "brename.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shenwei356/brename/releases/download/v$version/brename_windows_amd64.exe.tar.gz"
},
"32bit": {
"url": "https://github.com/shenwei356/brename/releases/download/v$version/brename_windows_386.exe.tar.gz"
}
}
}
}