tech189 95c7bf3c0a
rnr: Update to version 0.4.0, remove 32bit (#3444)
* rnr: Update to version 0.4.0, remove 32bit

* rnr: Add extract_dir
2022-03-27 09:28:14 +05:30

24 lines
853 B
JSON

{
"version": "0.4.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.4.0/rnr-v0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "7c0a71730522b4737df95e6a5f2d2466bf08f0c2e6a2b9f81df6c599d2ed957b"
}
},
"extract_dir": "rnr-v0.4.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"
}
}