Skip to content

Commit

Permalink
AU: 2 updated - krita libreoffice-still
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 19, 2021
1 parent 8a92609 commit 25dc6a2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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>4.4.1</version>
<version>4.4.2</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
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.4.1/krita-x86-4.4.1-setup.exe
x64: https://download.kde.org/stable/krita/4.4.1/krita-x64-4.4.1-setup.exe
x86: https://download.kde.org/stable/krita/4.4.2/krita-x86-4.4.2-setup.exe
x64: https://download.kde.org/stable/krita/4.4.2/krita-x64-4.4.2-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: CDE368CD4983293E18E92826A4A7EF40CD1CC39B07E18AE545345474A48982F0
checksum64: 93DF0091FF3B4C2EEBB75AF7FF5BAB9D38AF57F92A157EDD4FE09C1F9FA10C0D
checksum32: 7CE355A34D7BBCB2019BEB499CC8B74C2B4BE1AD36F5F2BA6D51C3C628796B93
checksum64: 17D5A6F7881E01E8E89EC138FB3BB088DAD45ACAF7DF21CC0A2FDBD04D74206B

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.4.1/krita-x86-4.4.1-setup.exe'
checksum = 'CDE368CD4983293E18E92826A4A7EF40CD1CC39B07E18AE545345474A48982F0'
url = 'https://download.kde.org/stable/krita/4.4.2/krita-x86-4.4.2-setup.exe'
checksum = '7CE355A34D7BBCB2019BEB499CC8B74C2B4BE1AD36F5F2BA6D51C3C628796B93'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "7.0.3",
"fresh": "7.0.3"
"still": "7.0.4",
"fresh": "7.0.4"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>7.0.0</version>
<version>7.0.4</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey-community</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'libreoffice-still'
version = '7.0.0'
version = '7.0.4'
fileType = 'msi'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.0.0.3/win/x86/LibreOffice_7.0.0.3_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.0.0.3/win/x86_64/LibreOffice_7.0.0.3_Win_x64.msi'
checksum = '6aa63e23906d466de9e1971f80e5b3dc5350cbcf0d8342eba4e0bfa62cf61b04'
checksum64 = '7e779fc8e0ec162fc3c6bbd96779ea7c4578e4ae43c2591516a24043752b78f6'
url = 'https://download.documentfoundation.org/libreoffice/stable/7.0.4/win/x86/LibreOffice_7.0.4_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.0.4/win/x86_64/LibreOffice_7.0.4_Win_x64.msi'
checksum = 'a19084d17b2170e08319651846c73fff9f103f5e69aa35f8d06f34c55f2cde32'
checksum64 = '37a36b570a599b9c1e377b7c709155dd566a5eb1e8e857ca139b824d3a12e55b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down

0 comments on commit 25dc6a2

Please sign in to comment.