Skip to content

Commit

Permalink
AU: 1 updated - authy-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2023
1 parent a34ed6f commit 23016cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/authy-desktop/authy-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>authy-desktop</id>
<version>2.3.0</version>
<version>2.4.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/authy-desktop</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Authy Desktop (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/authy-desktop/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
url64bit = 'https://pkg.authy.com/authy/stable/2.3.0/win32/x64/Authy%20Desktop%20Setup%202.3.0.exe'
url64bit = 'https://pkg.authy.com/authy/stable/2.4.0/win32/x64/Authy%20Desktop%20Setup%202.4.0.exe'
softwareName = 'Authy Desktop*'
checksum = ''
checksumType = ''
checksum64 = '8dfb35a7aa051ff4ac0a0d3da6347b7fa1f6a4f335a9256c336991422eda2f2a7fcad57ceb15bbda0720346cb90558daf800809166a2209b0f749b79cc3e6a42'
checksum64 = 'e5f83bf78cce07fa7329fe0478f2e67437ba5526a86a9e1559d86e1b3533d4a6a59bfeb5eaf0e22db2f18447145480feb872a1a5508cdbf3f1122e493f6c7263'
checksumType64 = 'sha512'
silentArgs = '-s -ju'
validExitCodes = @(0)
Expand Down

0 comments on commit 23016cd

Please sign in to comment.