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 Jun 30, 2020
1 parent 7a8d309 commit 3cacd57
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>0.6.2</version>
<version>0.6.3</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'
url = 'https://github.com/federico-terzi/espanso/releases/download/v0.6.2/espanso-win-installer.exe'
checksum = '3C18C93DFE7A34A0B1BC199B02DF3AE800A16631E87813948A354AC833ACD916'
url = 'https://github.com/federico-terzi/espanso/releases/download/v0.6.3/espanso-win-installer.exe'
checksum = 'B1FC7DD029B1C31EDE9C308AB2B37A4FEBD61E6660669B3DE6D3B1AC885774D5'
checksumType = 'sha256'
silentArgs = '/verysilent /norestart /nocloseapplications'
}
Expand Down

0 comments on commit 3cacd57

Please sign in to comment.