Skip to content

Commit

Permalink
AU: 2 updated - chromium krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2018
1 parent 9bdd338 commit 398c959
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "69.0.3495.0-snapshots",
"snapshots": "69.0.3496.0-snapshots",
"stable": "67.0.3396.99"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>69.0.3495.0-snapshots</version>
<version>69.0.3496.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/575552/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/575551/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/575994/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/575994/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: FBCC3AF7FF04DAB467D5DEFBD93A6E8F64A8E957C411A3BB90E2CEF5583DD393
checksum64: B0E0E99D268364F946A32B638ADDD9072A0738549906E22B10CD19EFF6DFE4A0
checksum32: 0BFA175112FE757B2D316715DB3A3BF33E86D0144F384A5A8BD688753D6C89AB
checksum64: 7C4C43ACF0F67EEEC08D5754A9AC7FC03027525AA879FB9FBC18D597B54BC15F

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "69.0.3495.0-snapshots"
$version = "69.0.3496.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.1.0</version>
<version>4.1.1</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 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.0/krita-x86-4.1.0-setup.exe
x64: https://download.kde.org/stable/krita/4.1.0/krita-x64-4.1.0-setup.exe
x86: https://download.kde.org/stable/krita/4.1.1/krita-x86-4.1.1-setup.exe
x64: https://download.kde.org/stable/krita/4.1.1/krita-x64-4.1.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: 0AA223C6B813961B4868CE5FB8BEBE1DB199695B543CBF93F47F247CEBB49389
checksum64: 114B95D376BE8571B37AE4CEFE0E7762BFABB898514C721C13E8C4E1280348BF
checksum32: 792B6E4D9F2F82BEA1B648A3C1BC67889F87161046B11DBD7F87FD8DBE1D2E62
checksum64: D2A394B9D84AC46BD7062AD0EDA7BCAFA1BED886F4974F03E0781C5960DAF9B5

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,8 +1,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\krita-x86-4.1.0-setup.exe"
file64 = "$toolsDir\krita-x64-4.1.0-setup.exe"
file = "$toolsDir\krita-x86-4.1.1-setup.exe"
file64 = "$toolsDir\krita-x64-4.1.1-setup.exe"
fileType = 'exe'
packageName = 'krita'
softwareName = 'Krita'
Expand Down

0 comments on commit 398c959

Please sign in to comment.