From e26219ac1e2baae29fd342a0162bbad63ab82c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 4 Dec 2020 08:13:24 +0100 Subject: [PATCH] espanso: Update to version 0.7.3 --- bucket/espanso.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/bucket/espanso.json b/bucket/espanso.json index 0dafd926f7..773224f5a8 100644 --- a/bucket/espanso.json +++ b/bucket/espanso.json @@ -1,12 +1,15 @@ { - "version": "0.7.2", - "description": "Text expander.", + "version": "0.7.3", + "description": "Text expander", "homepage": "https://espanso.org", "license": "GPL-3.0-only", + "suggest": { + "Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019" + }, "architecture": { "64bit": { - "url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.2/espanso-win-installer.exe", - "hash": "e4d570e491236bb53b329697b12e7b9c13e17c5a4c53cea361fd760c866fb78c" + "url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe", + "hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98" } }, "innosetup": true, @@ -20,9 +23,6 @@ ] ], "persist": ".espanso", - "suggest": { - "Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019" - }, "checkver": { "github": "https://github.com/federico-terzi/espanso" }, @@ -31,8 +31,7 @@ "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" + "url": "$baseurl/espanso-win-installer-sha256.txt" } } }