mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
0dc6058d32
commit
95c7bf3c0a
@ -1,28 +1,23 @@
|
||||
{
|
||||
"version": "0.3.0",
|
||||
"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.3.0/rnr-v0.3.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "a0f181cff772dbc962066e683949cdefc69fd4d526564fb63d8c987bbe882538"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ChuckDaniels87/rnr/releases/download/v0.3.0/rnr-v0.3.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "b1f317ba0088dd3f5ff248358a6d7dc0985a0538215cdfa08bc4975973359a2d"
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user