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" } } }