diff --git a/bucket/revanced-cli.json b/bucket/revanced-cli.json new file mode 100644 index 00000000000000..3e324cd516a75f --- /dev/null +++ b/bucket/revanced-cli.json @@ -0,0 +1,37 @@ +{ + "version": "6.0.0", + "description": "Command-line application to use ReVanced Patcher to patch Android apps.", + "homepage": "https://github.com/ReVanced/revanced-cli", + "license": "GPL-3.0-only", + "suggest": { + "java": "openjdk" + }, + "architecture": { + "64bit": { + "url": "https://github.com/ReVanced/revanced-cli/releases/download/v6.0.0/revanced-cli-6.0.0-all.jar", + "hash": "c25549bc17d59d2eb94fa5f86e60e9b77a02772ca88f7050f8f1276f923a9958" + } + }, + "bin": [ + [ + "revanced-cli-6.0.0-all.jar", + "revanced-cli" + ] + ], + "checkver": { + "github": "https://github.com/ReVanced/revanced-cli" + }, + "autoupdate": { + "architecture": { + "any": { + "url": "https://github.com/ReVanced/revanced-cli/releases/download/v$version/revanced-cli-$version-all.jar" + } + }, + "bin": [ + [ + "revanced-cli-$version-all.jar", + "revanced-cli", + ] + ] + } +}