Skip to content

Commit

Permalink
AU: 4 updated - chirp chirp.install chirp.portable kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2022
1 parent feae427 commit 6b515b8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/chirp.install/chirp.install.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>chirp.install</id>
<version>2022.12.05</version>
<version>2022.12.07</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.install</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chirp.install/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://trac.chirp.danplanet.com/chirp_daily/daily-20221205/chirp-daily-20221205-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20221205/chirp-daily-20221205-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20221207/chirp-daily-20221207-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20221207/chirp-daily-20221207-installer.exe

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: 6D4158FAA66C6453F00B975B6EAF0935FB62608F84D1F9413D6E49748D31D504
checksum64: 6D4158FAA66C6453F00B975B6EAF0935FB62608F84D1F9413D6E49748D31D504
checksum32: E7646BFD46E1182FAA7B4219CCA14F3CFCA4DB072AEB1459BD44D9D3C0CFA29F
checksum64: E7646BFD46E1182FAA7B4219CCA14F3CFCA4DB072AEB1459BD44D9D3C0CFA29F

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.install/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 = 'exe'
file = "$toolsDir\chirp-daily-20221205-installer.exe"
file = "$toolsDir\chirp-daily-20221207-installer.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/chirp.portable/chirp.portable.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>chirp.portable</id>
<version>2022.12.05</version>
<version>2022.12.07</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.portable</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20221205/chirp-daily-20221205-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20221207/chirp-daily-20221207-win32.zip

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: E017784C519B7BC8F943670F7F64033DC31AB3865437015261D016A6CF7BC2FC
checksum32: 081F291A4CA5CC023B68AA9F126A4020A313669AC496ECB3E6BA94BFB512FC10

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.portable/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"
destination = "$toolsDir"
file = "$toolsDir\chirp-daily-20221205-win32.zip"
file = "$toolsDir\chirp-daily-20221207-win32.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp/chirp.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>chirp</id>
<version>2022.12.05</version>
<version>2022.12.07</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP</title>
Expand All @@ -26,7 +26,7 @@ CHIRP is distributed as a series of automatically-generated builds. Any time we
]]></description>
<releaseNotes>http://chirp.danplanet.com/projects/chirp/repository/revisions</releaseNotes>
<dependencies>
<dependency id="chirp.install" version="[2022.12.05]" />
<dependency id="chirp.install" version="[2022.12.07]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1609</version>
<version>5.1.1610</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1609-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1610-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '2f439b175923bc19f422fe6c6ad72792e491971b585f0605004dd4710aca2b9b'
checksum64 = '7bef1e087f35fc4931cee54c32a2e23df774de1eac8e4de54922c879e539d6db'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 6b515b8

Please sign in to comment.