Skip to content

Commit

Permalink
AU: 2 updated - brave krita
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 19, 2019
1 parent b2dd1d9 commit 412b9d0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.66.100",
"beta": "0.67.111-beta"
"beta": "0.67.112-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>0.67.111-beta</version>
<version>0.67.112-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v0.67.111/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.111/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.67.112/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.112/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: CAE562F3D36D614D3E8D522A211325F8302D6BD162FF993A0FF0A2E600A89FEB
checksum64: 7BB515E4C831F4F843CB8596DCBE0040E8DF69D06DBC9CA92B6D38143160E124
checksum32: 63341A589D0777CCE31ABCD7CD6ADC3E2072DD1E93BC1C3A267448BCFBA0B1BA
checksum64: 2D987001B2B79599B4C1AA8FA639799DA3C07A5D7232BF46C6960A513FC454A1

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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.2.2</version>
<version>4.2.3</version>
<owners>chocolatey,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.2.2/krita-x86-4.2.2-setup.exe
x64: https://download.kde.org/stable/krita/4.2.2/krita-x64-4.2.2-setup.exe
x86: https://download.kde.org/stable/krita/4.2.3/krita-x86-4.2.3-setup.exe
x64: https://download.kde.org/stable/krita/4.2.3/krita-x64-4.2.3-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: 7835025E766EF0507BA9C7D7059C57B5227B26C2C039B6467BA6FEC86C7F8F68
checksum64: CDADC54E99ADFC08DEC021D6117811149C72312E8366EE93B811094A49BD3443
checksum32: 5393619A8834B8C5A525C4978FB063BCE0946526B515F54AE0AFF1C2773C7C53
checksum64: FF56E61D6CCD3723B4F0ACECAED7EF38E0E1BCD23229778ABA87A32608BDD7D6

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.2.2/krita-x86-4.2.2-setup.exe'
checksum = '7835025E766EF0507BA9C7D7059C57B5227B26C2C039B6467BA6FEC86C7F8F68'
url = 'https://download.kde.org/stable/krita/4.2.3/krita-x86-4.2.3-setup.exe'
checksum = '5393619A8834B8C5A525C4978FB063BCE0946526B515F54AE0AFF1C2773C7C53'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down

0 comments on commit 412b9d0

Please sign in to comment.