Skip to content

Commit

Permalink
Bump to v7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki committed Jul 23, 2020
1 parent c329c5c commit 97f005c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bankid.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>bankid</id>
<version>7.7.1</version>
<version>7.9.1</version>
<packageSourceUrl>https://github.com/bonki/chocolatey-bankid</packageSourceUrl>
<owners>bonki</owners>
<title>BankID</title>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$url = 'https://install.bankid.com/Repository/BankID_installation_7_7_1.exe'
$url = 'https://install.bankid.com/Repository/BankID_installation_7_9_1.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = $url
softwareName = 'BankID Security Application'
checksum = '0D524E821D4D7A509E945779915ACA369D451C62D96177EDD2A6786E69BE4F70'
checksum = '441B2A2F31E92A7255BAA694F97DA22788A54BC6550EA774F5E4BF2B7C491A5A'
checksumType = 'sha256'
silentArgs = '/S /v/qn'
validExitCodes = @(0)
Expand Down

0 comments on commit 97f005c

Please sign in to comment.