mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
24 lines
853 B
JSON
24 lines
853 B
JSON
{
|
|
"version": "0.5.0",
|
|
"description": "A command-line tool to batch rename files and directories",
|
|
"homepage": "https://github.com/ChuckDaniels87/rnr",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v0.5.0/rnr-v0.5.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "56ef162ea0bd0c44f889e28924beb9f7e9ad1efa4bebfbf7747a870444592a0e"
|
|
}
|
|
},
|
|
"extract_dir": "rnr-v0.5.0-x86_64-pc-windows-msvc",
|
|
"bin": "rnr.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v$version/rnr-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"extract_dir": "rnr-v$version-x86_64-pc-windows-msvc"
|
|
}
|
|
}
|