rnr: Update to version 0.4.0, remove 32bit (#3444)

* rnr: Update to version 0.4.0, remove 32bit

* rnr: Add extract_dir
This commit is contained in:
tech189 2022-03-27 04:58:14 +01:00 committed by GitHub
parent 0dc6058d32
commit 95c7bf3c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +1,23 @@
{ {
"version": "0.3.0", "version": "0.4.0",
"description": "A command-line tool to batch rename files and directories", "description": "A command-line tool to batch rename files and directories",
"homepage": "https://github.com/ChuckDaniels87/rnr", "homepage": "https://github.com/ChuckDaniels87/rnr",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v0.3.0/rnr-v0.3.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/ChuckDaniels87/rnr/releases/download/v0.4.0/rnr-v0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "a0f181cff772dbc962066e683949cdefc69fd4d526564fb63d8c987bbe882538" "hash": "7c0a71730522b4737df95e6a5f2d2466bf08f0c2e6a2b9f81df6c599d2ed957b"
},
"32bit": {
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v0.3.0/rnr-v0.3.0-i686-pc-windows-msvc.zip",
"hash": "b1f317ba0088dd3f5ff248358a6d7dc0985a0538215cdfa08bc4975973359a2d"
} }
}, },
"extract_dir": "rnr-v0.4.0-x86_64-pc-windows-msvc",
"bin": "rnr.exe", "bin": "rnr.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v$version/rnr-v$version-x86_64-pc-windows-msvc.zip" "url": "https://github.com/ChuckDaniels87/rnr/releases/download/v$version/rnr-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v$version/rnr-v$version-i686-pc-windows-msvc.zip"
} }
} },
"extract_dir": "rnr-v$version-x86_64-pc-windows-msvc"
} }
} }