From bcd8c55652acd17d07d132883dd4ba6450c50a04 Mon Sep 17 00:00:00 2001 From: Song Li Date: Sat, 23 May 2020 23:21:38 +0800 Subject: [PATCH] sayit: Add version 1.1 (#1105) --- bucket/sayit.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/sayit.json 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" + } +}