diff --git a/automatic/authy-desktop/authy-desktop.nuspec b/automatic/authy-desktop/authy-desktop.nuspec index 2fb226a1b..737abd31c 100644 --- a/automatic/authy-desktop/authy-desktop.nuspec +++ b/automatic/authy-desktop/authy-desktop.nuspec @@ -3,7 +3,7 @@ authy-desktop - 2.3.0 + 2.4.0 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/authy-desktop AdmiringWorm Authy Desktop (Install) diff --git a/automatic/authy-desktop/tools/chocolateyinstall.ps1 b/automatic/authy-desktop/tools/chocolateyinstall.ps1 index 914d5b0cf..73e1902a9 100644 --- a/automatic/authy-desktop/tools/chocolateyinstall.ps1 +++ b/automatic/authy-desktop/tools/chocolateyinstall.ps1 @@ -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)