From e7a9fe336311094d52c9f59e9e2f74527b536d0f Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 13 Oct 2019 12:30:58 +0000 Subject: [PATCH] Espanso: Add version 0.3.0 (#480) --- bucket/espanso.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/espanso.json diff --git a/bucket/espanso.json b/bucket/espanso.json new file mode 100644 index 0000000000..fcfd9919f0 --- /dev/null +++ b/bucket/espanso.json @@ -0,0 +1,40 @@ +{ + "version": "0.3.0", + "homepage": "https://espanso.org", + "description": "Text expander.", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/federico-terzi/espanso/releases/download/v0.3.0/espanso-win-installer.exe", + "hash": "1ad157aa5ee36e370d1f2c63a7e3b9f56fd46c55dafe55f2adedd5c6ba69a588" + } + }, + "innosetup": true, + "bin": "espanso.exe", + "shortcuts": [ + [ + "espanso.exe", + "Espanso", + "start", + "icon.ico" + ] + ], + "persist": ".espanso", + "suggest": { + "Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019" + }, + "checkver": { + "github": "https://github.com/federico-terzi/espanso" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe", + "hash": { + "url": "$baseurl/espanso-win-installer-sha256.txt", + "regex": "$sha256" + } + } + } + } +}