File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
automatic/yubico-authenticator Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ $packageArgs = @{
6
6
silentArgs = " /S"
7
7
validExitCodes = @ (0 )
8
8
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 '
11
11
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 '
14
14
}
15
15
16
16
Install-ChocolateyPackage @packageArgs
You can’t perform that action at this time.
0 commit comments