Skip to content

Commit cc1e92c

Browse files
author
Chocolatey
committed
1 parent 3110d3c commit cc1e92c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

automatic/yubico-authenticator/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ $packageArgs = @{
66
silentArgs = "/S"
77
validExitCodes = @(0)
88
url = 'https://github.com//Yubico/yubioath-desktop/releases/download/yubioath-desktop-4.3.4/yubioath-desktop-4.3.4-win32.exe'
9-
checksum = ''
10-
checksumType = ''
9+
checksum = '6ff47d81252606d97c3784f19c98413c9f2cfff2de965f46dbee3e1475448229'
10+
checksumType = 'sha256'
1111
url64 = 'https://github.com//Yubico/yubioath-desktop/releases/download/yubioath-desktop-4.3.4/yubioath-desktop-4.3.4-win64.exe'
12-
checksum64 = ''
13-
checksumType64 = ''
12+
checksum64 = '0d4f6fc254051f5c4b74a67fbfb974431328accd0ca8c1ca58669021d4292934'
13+
checksumType64 = 'sha256'
1414
}
1515

1616
Install-ChocolateyPackage @packageArgs

0 commit comments

Comments
 (0)