diff --git a/bucket/tinyrdm.json b/bucket/tinyrdm.json new file mode 100644 index 00000000000000..e2ea65b16f42cc --- /dev/null +++ b/bucket/tinyrdm.json @@ -0,0 +1,39 @@ +{ + "version": "1.2.7", + "description": "A modern, colorful, super lightweight Redis GUI client, including a web version that can be deployed via Docker.", + "homepage": "https://www.tinyrdm.com/", + "license": "GPL-3.0-or-later", + "suggest": { + "Microsoft Edge WebView2": "extras/webview2" + }, + "architecture": { + "64bit": { + "url": "https://github.com/tiny-craft/tiny-rdm/releases/download/v1.2.7/TinyRDM_Portable_1.2.7_windows_x64.zip", + "hash": "e4ec11abe5ffccb3277d60eba3980b9b23d254b5906c4980ee39562a8ea9beb3" + }, + "arm64": { + "url": "https://github.com/tiny-craft/tiny-rdm/releases/download/v1.2.7/TinyRDM_Portable_1.2.7_windows_arm64.zip", + "hash": "c16a24fb5758fcf0cf6ecccefaadcfb4c8a540563b9433b56cea2a4d868d5888" + } + }, + "bin": "Tiny RDM.exe", + "shortcuts": [ + [ + "Tiny RDM.exe", + "Tiny RDM" + ] + ], + "checkver": { + "github": "https://github.com/tiny-craft/tiny-rdm" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tiny-craft/tiny-rdm/releases/download/v$version/TinyRDM_Portable_$version_windows_x64.zip" + }, + "arm64": { + "url": "https://github.com/tiny-craft/tiny-rdm/releases/download/v$version/TinyRDM_Portable_$version_windows_arm64.zip" + } + } + } +}