From 3f63401035641c5caa1817c34dcfdbbf9ddf6c23 Mon Sep 17 00:00:00 2001 From: heinzhi <121670448+heinzhi@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:51:47 +0100 Subject: [PATCH] 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> --- bucket/espanso.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/bucket/espanso.json b/bucket/espanso.json index 3d3e8f36ab..872290e847 100644 --- a/bucket/espanso.json +++ b/bucket/espanso.json @@ -1,5 +1,5 @@ { - "version": "0.7.3", + "version": "2.1.8", "description": "Text expander", "homepage": "https://espanso.org", "license": "GPL-3.0-only", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe", - "hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98" + "url": "https://github.com/espanso/espanso/releases/download/v2.1.8/Espanso-Win-Installer-x86_64.exe", + "hash": "2094262BD94EE5692F62797BC2D8BF25FF15B975B4C8D683B0FA8A31AF2BA161" } }, "innosetup": true, @@ -24,15 +24,12 @@ ], "persist": ".espanso", "checkver": { - "github": "https://github.com/federico-terzi/espanso" + "github": "https://github.com/espanso/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" - } + "url": "https://github.com/espanso/espanso/releases/download/v$version/Espanso-Win-Installer-x86_64.exe" } } }