Skip to content

Commit

Permalink
Bump to v7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki committed May 11, 2022
1 parent 97f005c commit fbe2e73
Show file tree
Hide file tree
Showing 3 changed files with 5 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.9.1</version>
<version>7.11.0</version>
<packageSourceUrl>https://github.com/bonki/chocolatey-bankid</packageSourceUrl>
<owners>bonki</owners>
<title>BankID</title>
Expand Down
2 changes: 2 additions & 0 deletions sha256sum.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
6c5206b533ad5ee8b1d8e23fe8dce026a4dcda5e11b07c64aeea24bc76974764 bankid.7.11.0.nupkg
0926d9c864d5a44a9421932c8bea78a1a1d781fac0ab509eeeae3b44b23fd953 BankID_installation_7_11_0.exe
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_9_1.exe'
$url = 'https://install.bankid.com/Repository/BankID_installation_7_11_0.exe'

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

0 comments on commit fbe2e73

Please sign in to comment.