Skip to content

Commit

Permalink
AU: 2 updated - ausweisapp2 moneydance
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2024
1 parent 2e6389d commit ddfed5a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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>2.1.0</version>
<version>2.1.1</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/AusweisApp-2.1.0.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.1.0.msi
x32: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.1.1.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.1.1.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: 32E547F53BB800E30EED952D60D76E91AB0DCE45FDC397C8D0DE35FB73E775DF
checksum64: 32E547F53BB800E30EED952D60D76E91AB0DCE45FDC397C8D0DE35FB73E775DF
checksum32: FC719B5FB346701A3C5C93F5146364DCE986C09E999EB3F476CECF1F3E332DE9
checksum64: FC719B5FB346701A3C5C93F5146364DCE986C09E999EB3F476CECF1F3E332DE9

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\AusweisApp-2.1.0.msi"
file = "$toolsDir\AusweisApp-2.1.1.msi"
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/moneydance/moneydance.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>moneydance</id>
<version>0.0.5115</version>
<version>0.0.5117</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/moneydance</packageSourceUrl>
<owners>chtof</owners>
<title>Moneydance</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/moneydance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url64 = 'https://infinitekind.com/stabledl/current/Moneydance_windows_amd64.exe'
checksum64 = 'e5babb96a5d015c302799023769c7d4edd2be0bca40ac44e7079ffeec5ff1a1e'
checksum64 = '425f12561b8235e3f4192bcf43b3f903f24c8c2eda3612836aa3aeea1e335014'
checksumType64 = 'sha256'

silentArgs = "-q"
Expand Down

0 comments on commit ddfed5a

Please sign in to comment.