Skip to content

Commit

Permalink
AU: 2 updated - brave libreoffice-still
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 12, 2019
1 parent a75ea20 commit 8b1ade7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.71.114",
"beta": "0.72.123-beta"
"stable": "0.71.115",
"beta": "0.72.124-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.71.114</version>
<version>0.71.115</version>
<title>Brave Browser</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.71.114/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.114/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.115/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.115/BraveBrowserStandaloneSilentSetup.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: 4F6E3949F9A1F0533B784FF275DD6340D7176C8182A92ED9DB9AF3426926BE0C
checksum64: 307E3CDF5F1EAE936D5095DD6CCE1165C63F3D088812009FA1AF5769ED7F816A
checksum32: E30B62FC6A9A8729D9CEC6D153A96012EE89EB231E568DC9C18BA7C271C00CF9
checksum64: D3401CDDC2BE2373E72AA6CDC86F4078269C5B9F236E326C0EA2659C398455D9

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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": "6.2.7",
"fresh": "6.3.2"
"still": "6.2.8",
"fresh": "6.3.3"
}
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>6.1.1</version>
<version>6.2.8</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</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 = '6.1.1'
version = '6.2.8'
fileType = 'msi'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/6.1.1.2/win/x86/LibreOffice_6.1.1.2_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/6.1.1.2/win/x86_64/LibreOffice_6.1.1.2_Win_x64.msi'
checksum = 'a35240ae3e7d7310d943389cab0acebf4cb91b20f4ac9cf3ce9342cea7a1144b'
checksum64 = '05b7cd7d55dc5feb2f5da401c3676f0c091ad7db820424cca2aff77f8a300cb5'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.8/win/x86/LibreOffice_6.2.8_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.8/win/x86_64/LibreOffice_6.2.8_Win_x64.msi'
checksum = '68c588c255e8837d9d735a908b25c9ab6fb5872a6a72f7ee9f82bd3fdb1294f6'
checksum64 = '4bcbe0048f89544d4e9e77637f8d20bd126d56894531222fddcca840f0522056'
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 8b1ade7

Please sign in to comment.