espanso: Update to version 2.1.8 (#4293)

* Update espanso.json to v.2.1.8

Update of application to v2.1.8, see https://github.com/espanso/espanso/releases

* Update espanso.json

* Update espanso.json to v2.1.8

Removed the autoupdate hash extraction due to extraction errors, see https://github.com/ScoopInstaller/Main/pull/4293#issuecomment-1373866021

* Update espanso.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
heinzhi 2023-01-07 05:51:47 +01:00 committed by GitHub
parent eb5d92d236
commit 3f63401035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "0.7.3", "version": "2.1.8",
"description": "Text expander", "description": "Text expander",
"homepage": "https://espanso.org", "homepage": "https://espanso.org",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
@ -8,8 +8,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe", "url": "https://github.com/espanso/espanso/releases/download/v2.1.8/Espanso-Win-Installer-x86_64.exe",
"hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98" "hash": "2094262BD94EE5692F62797BC2D8BF25FF15B975B4C8D683B0FA8A31AF2BA161"
} }
}, },
"innosetup": true, "innosetup": true,
@ -24,15 +24,12 @@
], ],
"persist": ".espanso", "persist": ".espanso",
"checkver": { "checkver": {
"github": "https://github.com/federico-terzi/espanso" "github": "https://github.com/espanso/espanso"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe", "url": "https://github.com/espanso/espanso/releases/download/v$version/Espanso-Win-Installer-x86_64.exe"
"hash": {
"url": "$baseurl/espanso-win-installer-sha256.txt"
}
} }
} }
} }