Skip to content

Commit

Permalink
AU: 1 updated - krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 5, 2019
1 parent e49a8d8 commit efaa52e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/krita/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a23613fa38ece047b7d7a943e6f141e4aa1ef1e3/icons/krita.svg" width="48" height="48"/> [Krita](https://chocolatey.org/packages/krita)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23613fa38ece047b7d7a943e6f141e4aa1ef1e3/icons/krita.svg" width="48" height="48"/> [Krita](https://chocolatey.org/packages/krita)

Krita is the full-featured free digital painting studio for artists who want to create professional work from start to end. Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry. The name “Krita” comes from Swedish, and means “to draw” or “chalk” and was taken after the names “KImageShop” and “Krayon” gave problems.

Expand Down
6 changes: 3 additions & 3 deletions 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.1.7</version>
<version>4.2.0</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is the full-featured free digital painting studio for artists who want to create professional work from start to end. Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry. The name “Krita” comes from Swedish, and means “to draw” or “chalk” and was taken after the names “KImageShop” and “Krayon” gave problems.
Expand All @@ -23,13 +23,13 @@ The Krita developers are keen to support the artistic community that has grown a
<authors>KDE community</authors>
<projectUrl>https://krita.org/</projectUrl>
<projectSourceUrl>https://github.com/KDE/krita</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/krita</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/krita</packageSourceUrl>
<docsUrl>https://docs.krita.org/Main_Page</docsUrl>
<bugTrackerUrl>https://bugs.kde.org/buglist.cgi</bugTrackerUrl>
<tags>foss cross-platform admin krita sketching painting kde qt qt5</tags>
<licenseUrl>https://github.com/KDE/krita/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a23613fa38ece047b7d7a943e6f141e4aa1ef1e3/icons/krita.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23613fa38ece047b7d7a943e6f141e4aa1ef1e3/icons/krita.svg</iconUrl>
<releaseNotes>See: https://krita.org/en/?post_type=post</releaseNotes>
</metadata>
<files>
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.1.7/krita-x86-4.1.7-setup.exe
x64: https://download.kde.org/stable/krita/4.1.7/krita-x64-4.1.7-setup.exe
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

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: 57C59993F3B99A74FFC252E238C6161D91AC2A35649B2151A314AE5E367577DE
checksum64: 185234CC4F201CD692D224DE63A04F1E02E653D0A16FE4D7D0AC86261B37B348
checksum32: FC2A4C1E7644CB764C07806215885F243436686F2A9E5A782968BF2F420DBB97
checksum64: 73A14A2000BB8609326458AFFA8FCE2F949EAE8653FE78F465000DDE7B621425

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
@@ -1,5 +1,5 @@
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
$is64 = (Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true'

$packageArgs = @{
packageName = 'krita'
Expand All @@ -10,7 +10,7 @@ $packageArgs = @{
url = 'https://download.kde.org/stable/krita/4.2.0/krita-x86-4.2.0-setup.exe'
checksum = 'FC2A4C1E7644CB764C07806215885F243436686F2A9E5A782968BF2F420DBB97'
checksumType = 'sha256'
file64 = gi $toolsDir\*.exe
file64 = Get-Item $toolsDir\*.exe
}

# https://github.com/chocolatey-community/chocolatey-coreteampackages/issues/1289#issuecomment-498815481
Expand Down

0 comments on commit efaa52e

Please sign in to comment.