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 Aug 10, 2023
1 parent 2439519 commit bfed6d1
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.4.0</version>
<version>2.4.1</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.4.0/win32/x64/Authy%20Desktop%20Setup%202.4.0.exe'
url64bit = 'https://pkg.authy.com/authy/stable/2.4.1/win32/x64/Authy%20Desktop%20Setup%202.4.1.exe'
softwareName = 'Authy Desktop*'
checksum = ''
checksumType = ''
checksum64 = 'e5f83bf78cce07fa7329fe0478f2e67437ba5526a86a9e1559d86e1b3533d4a6a59bfeb5eaf0e22db2f18447145480feb872a1a5508cdbf3f1122e493f6c7263'
checksum64 = '2e0e6c353666ee46ecbe69e765c7cee30b8268232ef288929215cede6f3bd9ab2ed79ea8651cdd2a70c2166683e7df23f577dcf22d79ad03f30a8b01d52aa55f'
checksumType64 = 'sha512'
silentArgs = '-s -ju'
validExitCodes = @(0)
Expand Down

0 comments on commit bfed6d1

Please sign in to comment.