Skip to content

Commit

Permalink
AU: 2 updated - ccleaner krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 6, 2019
1 parent 75e4d0b commit 35e3929
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.57.7182</version>
<version>5.58.7209</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup557.exe'
checksum = '437371fb51c9b49f940df42f2d3ebfc28b8a66964c07a8299eaf1bd365e1d2b6'
url = 'https://download.ccleaner.com/ccsetup558.exe'
checksum = '4c5bcfc6a3ba65d8330ebf0a58a65fb17dcd68824ac9cb81c7102ce3d7268c36'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>4.2.0</version>
<version>4.2.1</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
Expand Down
8 changes: 4 additions & 4 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x86: https://download.kde.org/stable/krita/4.2.0/krita-x86-4.2.0-setup.exe
x64: https://download.kde.org/stable/krita/4.2.0/krita-x64-4.2.0-setup.exe
x86: https://download.kde.org/stable/krita/4.2.1/krita-x86-4.2.1-setup.exe
x64: https://download.kde.org/stable/krita/4.2.1/krita-x64-4.2.1-setup.exe

to download the installer.

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

checksum32: FC2A4C1E7644CB764C07806215885F243436686F2A9E5A782968BF2F420DBB97
checksum64: 73A14A2000BB8609326458AFFA8FCE2F949EAE8653FE78F465000DDE7B621425
checksum32: 69EA1E5455353A600D956140820027A58D9159FFAEC602340CBB2A884F254347
checksum64: B6D34F697E5BAD7A8CF92A45FE87F883CDF914FE8166DFEE3CB7B5D33FE34308

Checksums type: sha256

Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
silentArgs = "/S"
softwareName = 'Krita'

url = 'https://download.kde.org/stable/krita/4.2.0/krita-x86-4.2.0-setup.exe'
checksum = 'FC2A4C1E7644CB764C07806215885F243436686F2A9E5A782968BF2F420DBB97'
url = 'https://download.kde.org/stable/krita/4.2.1/krita-x86-4.2.1-setup.exe'
checksum = '69EA1E5455353A600D956140820027A58D9159FFAEC602340CBB2A884F254347'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down

0 comments on commit 35e3929

Please sign in to comment.