rnr: Add version 0.3.0 (#2109)

This commit is contained in:
Jayson Reis 2021-10-20 18:46:37 +02:00 committed by GitHub
parent 6a749b1bf1
commit f9474a990d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/rnr.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "0.3.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"
}
},
"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"
}
}
}
}