Skip to content

Commit

Permalink
AU: 2 updated - chromium libreoffice-fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 2, 2018
1 parent b185445 commit baaa4c3
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
@@ -1,4 +1,4 @@
{
"snapshots": "70.0.3508.0-snapshots",
"stable": "68.0.3440.75"
"stable": "68.0.3440.84"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>70.0.3508.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>68.0.3440.84</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/578974/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/578974/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v68.0.3440.84-r561733-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v68.0.3440.84-r561733-win64/chromium-sync.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: 725ACDB04F12EE6FD0DE48D3990D2AAEE10BEA70BF822DC3357E1CEB086D610C
checksum64: 0F8AB268DE3CA247DBF2A5C510B1BCD8EC4EDF07750FF437E9EB8A22A4A3C341
checksum32: 28A64BF36CFA18E323E8A01DE93BDE3DBCA241665554563F7CCF0951C75337FE
checksum64: 1986C0C7FE16869BD7C44D4137C3D7329823BEC098501BB1D4F3002DC4B5FF50

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "70.0.3508.0-snapshots"
$version = "68.0.3440.84"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
@@ -1,4 +1,4 @@
{
"still": "5.4.7",
"fresh": "6.0.5"
"fresh": "6.0.6"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.0.5</version>
<version>6.0.6</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
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.5/win/x86/LibreOffice_6.0.5_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.5/win/x86_64/LibreOffice_6.0.5_Win_x64.msi'
checksum = 'd900ef96634d25dce711f03b2bb877592fe09716380e441e6ee3fc935019cd66'
checksum64 = '52e2ae72baa2e4251e9de71fcd1b1d8c360729f71a7172fae96dcf9d304cf5b5'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.6/win/x86/LibreOffice_6.0.6_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.6/win/x86_64/LibreOffice_6.0.6_Win_x64.msi'
checksum = '8438f42ebb988c66b5e20f64a7067a4e14f229d0df3f9bd0bc5fb4939351d2e5'
checksum64 = '7a4746ad788d15fb78f3e76bd4f6bfcdf5311f96e31b7969952a764c5adca08f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit baaa4c3

Please sign in to comment.