Skip to content

Commit

Permalink
AU: 1 updated - krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 2, 2023
1 parent 0d41516 commit 0ba6695
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>5.2.0</version>
<version>5.2.1</version>
<owners>chocolatey-community,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
4 changes: 2 additions & 2 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to

x86: No longer being provided
x64: https://download.kde.org/stable/krita/5.2.0/krita-x64-5.2.0-setup.exe
x64: https://download.kde.org/stable/krita/5.2.1/krita-x64-5.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'

checksum64: FE6E55CBE72A7282975AED68BC2CBB14D0CC41F02BEFBA227D0F85779AB50E2D
checksum64: 4165E096D2B776C80B113372F5BC85130312FDADA2BB7ABD6FB05D3E43DEA472

Checksums type: sha256

Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $packageArgs = @{
softwareName = 'Krita'

checksumType = 'sha256'
file64 = "$toolsDir\krita-x64-5.2.0-setup.exe"
file64 = "$toolsDir\krita-x64-5.2.1-setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down

0 comments on commit 0ba6695

Please sign in to comment.