espanso: Update to version 0.7.3

This commit is contained in:
Jakub Čábera 2020-12-04 08:13:24 +01:00
parent 1771b2f178
commit e26219ac1e

View File

@ -1,12 +1,15 @@
{ {
"version": "0.7.2", "version": "0.7.3",
"description": "Text expander.", "description": "Text expander",
"homepage": "https://espanso.org", "homepage": "https://espanso.org",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"suggest": {
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019"
},
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.2/espanso-win-installer.exe", "url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe",
"hash": "e4d570e491236bb53b329697b12e7b9c13e17c5a4c53cea361fd760c866fb78c" "hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98"
} }
}, },
"innosetup": true, "innosetup": true,
@ -20,9 +23,6 @@
] ]
], ],
"persist": ".espanso", "persist": ".espanso",
"suggest": {
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019"
},
"checkver": { "checkver": {
"github": "https://github.com/federico-terzi/espanso" "github": "https://github.com/federico-terzi/espanso"
}, },
@ -31,8 +31,7 @@
"64bit": { "64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe", "url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe",
"hash": { "hash": {
"url": "$baseurl/espanso-win-installer-sha256.txt", "url": "$baseurl/espanso-win-installer-sha256.txt"
"regex": "$sha256"
} }
} }
} }