Skip to content

Commit

Permalink
AU: 5 updated - alldup chromium libreoffice-fresh Opera ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 18, 2019
1 parent 8b1d54d commit 03b0ba1
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.3.1</version>
<version>4.3.2</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://www.alldup.info/download/AllDupSetup.exe'
softwareName = 'AllDup*'
checksum = '092fae274b9059744540a393e079aada44895f9c6dab94349ed3b8a533e84057'
checksum = 'dbe079b0874773a7d9f1504fb69122a6c11c1f33649eacbe34d127ec0d500b7c'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "75.0.3769.0-snapshots",
"snapshots": "75.0.3770.0-snapshots",
"stable": "73.0.3683.103"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>75.0.3769.0-snapshots</version>
<version>75.0.3770.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/651595/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/651594/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/652082/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/652088/mini_installer.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: 487130BC3063D502D20602C0EFA6172E3BDBE9FC37BBEB7B92B0F4A85A63C895
checksum64: 2ECC75232D0EEA1E48E9952763456E96B35F34AEE970727E4D1E941FB50813C2
checksum32: CC65F4A7DAAFBEE4593B8C52B4BB988F6B41AA3D0A5335D54D68EBCE1BACCC50
checksum64: 3FD1FC94CA689C3CEC747A7289B887AAAFB9F2BE051C467AF1EC554524F0768E

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

$version = "75.0.3769.0-snapshots"
$version = "75.0.3770.0-snapshots"
$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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "6.1.5",
"fresh": "6.2.2"
"fresh": "6.2.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-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.2.2</version>
<version>6.2.3</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.2/win/x86/LibreOffice_6.2.2_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.2/win/x86_64/LibreOffice_6.2.2_Win_x64.msi'
checksum = '87c911ce011c451c46ef5733c904ade8d38a35b8361e7e25b19edd631b83fba1'
checksum64 = 'ebed6400076d75a4886d4d55cb53012f066c59625f6edd5f8b162aecb51c718c'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.3/win/x86/LibreOffice_6.2.3_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.3/win/x86_64/LibreOffice_6.2.3_Win_x64.msi'
checksum = '9b2b32158d0ff37cc522519a8e9683bcb2b59a58967a8413bd233e83862fae6e'
checksum64 = '579bc692bffa300d05c77c90bcccfe3afc9681f12f0967c2196bdedb1ac6430e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
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>60.0.3255.27</version>
<version>60.0.3255.56</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></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-60/#b3255.27</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-60/#b3255.56</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 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.27/win/Opera_60.0.3255.27_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.27/win/Opera_60.0.3255.27_Setup_x64.exe'
checksum = '83e7b1c4e7147f677a914b7021e0b11c87ff4f6018c6d10e916c2d4f4fa6874d'
checksum64 = '0e2e44adc062e917284c1dbf0267cb1ae3d6984d34abcf32099f63da7e47cd06'
url = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.56/win/Opera_60.0.3255.56_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.56/win/Opera_60.0.3255.56_Setup_x64.exe'
checksum = '3200982ac23fe9e6af42ca9dce239bb90ab855e01302ac99d1dcd39c8228d1ca'
checksum64 = 'be72dda477454f782cf613e713034ee26961b72a5bcf2f872b584b3b2531f112'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '60.0.3255.27'
$version = '60.0.3255.56'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.2-1/rubyinstaller-2.6.2-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.2-1/rubyinstaller-2.6.2-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: BF7CBC78A359EF30A41A211B6D5C32C54403950503D5A39098D88CDF5595C0DC
checksum64: 461E441E815D7F207BF14D2718DBAC0C0BF245C31B4E549EF1BBCB6F4974480D
checksum32: 4D8C52A34F61E8528ED4BBAED71096AE10B72E8CEDCD2E95A19C87DFCB7D3233
checksum64: 8223B330CA7D100C7F07E881985299768A1818CB8572A477910C6C13BEA55947

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.2-1/rubyinstaller-2.6.2-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby</id>
<version>2.6.2.1</version>
<version>2.6.3.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down

0 comments on commit 03b0ba1

Please sign in to comment.