Skip to content

Commit

Permalink
AU: 2 updated - Firefox krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 13, 2020
1 parent 9603289 commit 860b62d
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 205 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "81.0.1",
"latest": "81.0.2",
"esr": "78.3.1"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>81.0.1</version>
<version>81.0.2</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -58,7 +58,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/81.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/81.0.2/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
384 changes: 192 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '81.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '81.0.2')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-81.0.1-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-81.0.2-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-81.0.1-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-81.0.2-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
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.3.0</version>
<version>4.4.0</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.3.0/krita-x86-4.3.0-setup.exe
x64: https://download.kde.org/stable/krita/4.3.0/krita-x64-4.3.0-setup.exe
x86: https://download.kde.org/stable/krita/4.4.0/krita-x86-4.4.0-setup.exe
x64: https://download.kde.org/stable/krita/4.4.0/krita-x64-4.4.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: 15018230D2FD5CAA8A3778B1FF88B0582D93255108E1E5F781880D1D5401E9E3
checksum64: 39346273DFA9397AF61F4CAF779E2D3D5D59A43D67248BC827B6704A08E9E59F
checksum32: 68CFB26D1C6369332FB1747421A0028179E6E7F96B84593BE033151F065A6086
checksum64: 1BFE467CB5CE4E3AD69EC2CA18A35A708FBAA9ED7A4E4C04B73AA17E172BD20E

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.3.0/krita-x86-4.3.0-setup.exe'
checksum = '15018230D2FD5CAA8A3778B1FF88B0582D93255108E1E5F781880D1D5401E9E3'
url = 'https://download.kde.org/stable/krita/4.4.0/krita-x86-4.4.0-setup.exe'
checksum = '68CFB26D1C6369332FB1747421A0028179E6E7F96B84593BE033151F065A6086'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down

0 comments on commit 860b62d

Please sign in to comment.