diff --git a/bucket/syncmlviewer.json b/bucket/syncmlviewer.json new file mode 100644 index 00000000000000..80b97a468bad36 --- /dev/null +++ b/bucket/syncmlviewer.json @@ -0,0 +1,27 @@ +{ + "version": "1.4.0", + "description": "A small real time SyncML protocol Viewer", + "homepage": "https://github.com/okieselbach/SyncMLViewer", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/okieselbach/SyncMLViewer/releases/download/v1.4.0/SyncMLViewer-v140.zip", + "hash": "367f5e6f9ff98633b4e28d1f25ddb4fb5a6bb31faea5b86032285eff6f3f770f" + } + }, + "bin": "SyncMLViewer.exe", + "shortcuts": [ + [ + "SyncMLViewer.exe", + "SyncMLViewer" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/okieselbach/SyncMLViewer/releases/download/v$version/SyncMLViewer-v$cleanVersion.zip" + } + } + } +}