Skip to content

Commit

Permalink
AU: 2 updated - krita Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2018
1 parent 447be1a commit baa1d88
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.0.0</version>
<version>4.0.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.0.0/krita-x86-4.0.0-setup.exe
x64: https://download.kde.org/stable/krita/4.0.0/krita-x64-4.0.0-setup.exe
x86: https://download.kde.org/stable/krita/4.0.1/krita-x86-4.0.1-setup.exe
x64: https://download.kde.org/stable/krita/4.0.1/krita-x64-4.0.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: B1409F63A787764E0D4C72B40479F4A641D26DD7E71596E49C9ABD37A3A23B2C
checksum64: 22E0104FCE24AF55E2DE460CF840A476913543FB716273F91AF956604E573A34
checksum32: 1D2A680F31377577ABEA1CFF48F1102D401D5F1EC556AE3210BF7B8F3B46AEAA
checksum64: 8308EE35FBED032F0AA376D1A0C72AEB3E62E6FA5AC1124ACD28F8F5DD7E2181

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.0.0-setup.exe"
file64 = "$toolsDir\krita-x64-4.0.0-setup.exe"
file = "$toolsDir\krita-x86-4.0.1-setup.exe"
file64 = "$toolsDir\krita-x64-4.0.1-setup.exe"
fileType = 'exe'
packageName = 'krita'
softwareName = 'Krita'
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>52.0.2871.40</version>
<version>52.0.2871.64</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -16,7 +16,7 @@ The Opera web browser makes the Web fast and fun, giving you a better web browse
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-52/#b2871.40</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-52/#b2871.64</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.40/win/Opera_52.0.2871.40_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.40/win/Opera_52.0.2871.40_Setup_x64.exe'
checksum = '01528c96980675e3aee9deaf4b0dabd86b20e1d809e280f6909434e34ce9d99b'
checksum64 = 'c60a7674c5528dbd9ec1b4a2cbcdaccfd9aa8fb400e9afe74d1d104f0d07f5a3'
url = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.64/win/Opera_52.0.2871.64_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.64/win/Opera_52.0.2871.64_Setup_x64.exe'
checksum = '0dfb50207543b867f99972aae31a8b5af749ab9280eaa889f739b4f41d87cb06'
checksum64 = 'dfc798bd5122fa687ee7836a8bfd138f3fdccc2828b059b18716adacfd4f82f6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
validExitCodes = @(0)
}

$version = '52.0.2871.40'
$version = '52.0.2871.64'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down

0 comments on commit baa1d88

Please sign in to comment.