Skip to content

Commit

Permalink
AU: 3 updated - dmde jtalert kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 9, 2023
1 parent 120b184 commit 1b9957c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/dmde/dmde.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>dmde</id>
<version>4.0.2.804</version>
<version>4.0.6.806</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/dmde</packageSourceUrl>
<owners>chtof</owners>
<title>DMDE - DM Disk Editor and Data Recovery Software</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dmde/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x32: https://download3.dmde.com/download/dmde-4-0-2-804-win32-gui.zip
x64: https://download3.dmde.com/download/dmde-4-0-2-804-win64-gui.zip
x32: https://download3.dmde.com/download/dmde-4-0-6-806-win32-gui.zip
x64: https://download3.dmde.com/download/dmde-4-0-6-806-win64-gui.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:
checksum32: 6634EA62723A07B50949248F9F802CDD17FE4B031895E58C088F53EC66F08810
checksum64: 331C3690805BC14B601D5D9F8A92D36261FFE46559731B861E211AE27D0E8A60
checksum32: 5675ADF269657392551924895033F430118D9D03930C2612BC8608289E5423EA
checksum64: 464B5A2DF1E65E8612208B8F0FEF34C7EDEFB89BC82DB77CD23A179B3C208A58

File 'LICENSE.txt' is obtained from: Uncompressed zip file, fileula_en.txt
4 changes: 2 additions & 2 deletions automatic/dmde/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file32 = "$toolsDir\dmde-4-0-2-804-win32-gui.zip"
file64 = "$toolsDir\dmde-4-0-2-804-win64-gui.zip"
file32 = "$toolsDir\dmde-4-0-6-806-win32-gui.zip"
file64 = "$toolsDir\dmde-4-0-6-806-win64-gui.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/jtalert/jtalert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jtalert</id>
<version>2.60.5</version>
<version>2.60.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jtalert</packageSourceUrl>
<owners>chtof</owners>
<title>JTAlert</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jtalert/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dnl.hamapps.com/JTAlert/1b5d782d2549277b27ee30e077d16e06'
checksum = 'd3ee1f0b53d46152bd6bb741448a99be8a3727f75486a3e24dfa0a5a01994d88'
url = 'https://dnl.hamapps.com/JTAlert/591a14e40a809449097a8689e0c74f42'
checksum = '166c090e938e20c85735d4eb07bce426026e5c5bd379bf7252bda908857a2dc2'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
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.1733</version>
<version>5.1.1734</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-1733-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1734-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'a5a369130a5c60f5e17f5af862bfd0170ffd766152cf822cc7c317735471f9c6'
checksum64 = 'b3e4fee182156bae98b6d5cc6c0a9e676bf795e765964c8407338352dcfa0918'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 1b9957c

Please sign in to comment.