Skip to content

Commit

Permalink
AU: 1 updated - ausweisapp2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 1, 2024
1 parent 17bc856 commit ac1e0ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/ausweisapp2/ausweisapp2.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>ausweisapp2</id>
<version>1.26.5</version>
<version>2.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ausweisapp2</packageSourceUrl>
<owners>chtof</owners>
<title>AusweisApp 2</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ausweisapp2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp2-1.26.5.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp2-1.26.5.msi
x32: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.0.0.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.0.0.msi

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 26B528EE566A34E14A4D38FAE315B570EC8CBDC167AF29B81805F169027AF316
checksum64: 26B528EE566A34E14A4D38FAE315B570EC8CBDC167AF29B81805F169027AF316
checksum32: 2D1BAE90AA42FD48E9F814C0583863A6E20D9B5A87D45CB38654BFEB980BFC63
checksum64: 2D1BAE90AA42FD48E9F814C0583863A6E20D9B5A87D45CB38654BFEB980BFC63

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Governikus/AusweisApp2/community/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ausweisapp2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = 'MSI'
file = "$toolsDir\AusweisApp2-1.26.5.msi"
file = "$toolsDir\AusweisApp-2.0.0.msi"
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down

0 comments on commit ac1e0ad

Please sign in to comment.