mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
brename: Add version 2.11.0 (#1472)
This commit is contained in:
parent
176bf41ec7
commit
e0842ea627
28
bucket/brename.json
Normal file
28
bucket/brename.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": "2.11.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": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/shenwei356/brename/releases/download/v2.11.0/brename_windows_386.exe.tar.gz",
|
||||
"hash": "e7e4e93322ee8afdc2d6ce2f28c517f05daf955c29442efac67973dfe5beb207"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/shenwei356/brename/releases/download/v2.11.0/brename_windows_amd64.exe.tar.gz",
|
||||
"hash": "06a732c7681f0516f92c5167f83d7ad0f3adb89bcfe689641349f11627ea3055"
|
||||
}
|
||||
},
|
||||
"bin": "brename.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/shenwei356/brename/releases/download/v$version/brename_windows_386.exe.tar.gz"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/shenwei356/brename/releases/download/v$version/brename_windows_amd64.exe.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user