mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.13.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.13.0/brename_windows_amd64.exe.tar.gz",
|
|
"hash": "f1dabcbd8a0ba7041445db4867bf32219c59b632a805cec0c65f4c524719b117"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shenwei356/brename/releases/download/v2.13.0/brename_windows_386.exe.tar.gz",
|
|
"hash": "f8481b6a881056c5c878eaa2ba420c17af5d1d12e68d0e299d2356c319c5420d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|