diff --git a/bucket/sayit.json b/bucket/sayit.json new file mode 100644 index 0000000000..d4d19a335b --- /dev/null +++ b/bucket/sayit.json @@ -0,0 +1,23 @@ +{ + "version": "1.1", + "description": "A text-to-speech command line tool", + "homepage": "https://github.com/pviotti/sayit", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/pviotti/sayit/releases/download/v1.1/sayit-v1.1-win-sc.zip", + "hash": "2ec83cbed76b3fd21ed6e8a243c789276fa9d150cc77b04555e194fafecdf1b4" + } + }, + "extract_dir": "sayit-v1.1-win-sc", + "bin": "SayIt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/pviotti/sayit/releases/download/v$version/sayit-v$version-win-sc.zip" + } + }, + "extract_dir": "sayit-v$version-win-sc" + } +}