Skip to content

Commit

Permalink
AU: 1 updated - espanso
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 21, 2022
1 parent 0e1feff commit 4c9b6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion espanso/espanso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>espanso</id>
<title>espanso</title>
<version>2.1.3-alpha</version>
<version>2.1.4-beta</version>
<authors>Federico Terzi</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Cross-platform Text Expander written in Rust</summary>
Expand Down
4 changes: 2 additions & 2 deletions espanso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url64 = 'https://github.com/federico-terzi/espanso/releases/download/v2.1.3-alpha/Espanso-Win-Installer-x86_64.exe'
checksum64 = '5c3b5b4c14671d0fb56219499d12f10241680d3e996f92f84576274655b381f0'
url64 = 'https://github.com/federico-terzi/espanso/releases/download/v2.1.4-beta/Espanso-Win-Installer-x86_64.exe'
checksum64 = 'ffc485eb8e60607192e29a38659a4b930dfd69d42bbe38657525eb505bdf65cc'
checksumType64 = 'sha256'
silentArgs = '/verysilent /norestart /nocloseapplications'
}
Expand Down

0 comments on commit 4c9b6c0

Please sign in to comment.