Skip to content

Commit

Permalink
AU: 4 updated - chromium ruby virtualbox vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 28, 2018
1 parent a16a4db commit 39345e7
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
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>66.0.3357.0-snapshots</version>
<version>66.0.3358.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/539402/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/539402/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/539778/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/539780/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: 6888F8319B0EF638F8E2312DD44975738168AEF6068784BAA6E60F0CFAEC83C1
checksum64: 340B29D4FDB2F0467DCAB35944576BA6AF0369B8FAB4D75823657CBFAA7EBF15
checksum32: 071B1EF45CD353DF348B7647D29905FC9F8C94EE6E4C74A0755C2E77DC8CE560
checksum64: A82092DAEE2616D391D9F08FD87ADC91DBCB55F0C9D80F4D2AA18EEA4DADDFFB

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 = "66.0.3357.0-snapshots"
$version = "66.0.3358.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.5.0-1/rubyinstaller-2.5.0-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.0-1/rubyinstaller-2.5.0-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.0-2/rubyinstaller-2.5.0-2-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.0-2/rubyinstaller-2.5.0-2-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: 60B2C95613237D8BF0F3763D8989E1830A6E276CCA2B8B4236A975DD01F52BAD
checksum64: C76610DCB11C70A44EE131CB091D21B4692E1537327265FCDA082D4E0D136ADE
checksum32: 8D74B5FEF620C2E593225687BEEE28A9E1B94B0D68607649E5BB61D10DF3352E
checksum64: 8DE6D2223505F5291387331A8E968BC2380BE4C2295303FEF19B7C34872F57E4

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.0-1/rubyinstaller-2.5.0-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.0-2/rubyinstaller-2.5.0-2-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.5.0.1</version>
<version>2.5.0.2</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/ruby/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Write-Host "Ruby is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'ruby'
fileType = 'exe'
file = gi "$toolsDir\*_x32.exe"
file64 = gi "$toolsDir\*_x64.exe"
file = Get-Item "$toolsDir\*_x32.exe"
file64 = Get-Item "$toolsDir\*_x64.exe"
silentArgs = '/verysilent /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',')
validExitCodes = @(0)
softwareName = 'ruby *'
}
Install-ChocolateyInstallPackage @packageArgs
ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" }}
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" }}
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'http://download.virtualbox.org/virtualbox/5.2.6/VirtualBox-5.2.6-120293-Win.exe'
url64bit = 'http://download.virtualbox.org/virtualbox/5.2.6/VirtualBox-5.2.6-120293-Win.exe'
checksum = 'da7bbcc9806a3f574f1faed5381c6e116b10a7bbb4779913d5446e49fe08fd7d'
checksum64 = 'da7bbcc9806a3f574f1faed5381c6e116b10a7bbb4779913d5446e49fe08fd7d'
url = 'https://download.virtualbox.org/virtualbox/5.2.8/VirtualBox-5.2.8-121009-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/5.2.8/VirtualBox-5.2.8-121009-Win.exe'
checksum = 'bbd74e2d9717285863578ff728c16b411c88d1d0b63e3fd456cd09d2131635b3'
checksum64 = 'bbd74e2d9717285863578ff728c16b411c88d1d0b63e3fd456cd09d2131635b3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -38,8 +38,8 @@ if (!$installLocation) { Write-Warning "Can't find $packageName install locatio
if (!$pp.NoExtensionPack) {
Write-Host "Installing extension pack"

$url_ep = 'http://download.virtualbox.org/virtualbox/5.2.6/Oracle_VM_VirtualBox_Extension_Pack-5.2.6.vbox-extpack'
$checksum_ep = '70584a70b666e9332ae2c6be0e64da4b8e3a27124801156577f205750bdde4f5'
$url_ep = 'https://download.virtualbox.org/virtualbox/5.2.8/Oracle_VM_VirtualBox_Extension_Pack-5.2.8.vbox-extpack'
$checksum_ep = '355ea5fe047f751534720c65398b44290d53f389e0f5f66818f3f36746631d26'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
4 changes: 2 additions & 2 deletions automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"5.1": "5.1.32",
"5.1": "5.1.34",
"5.0": "5.0.40",
"5.2": "5.2.6",
"5.2": "5.2.8",
"4.0": "4.0.36",
"4.1": "4.1.44",
"4.2": "4.2.36",
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>5.2.6</version>
<version>5.2.8</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vlc/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: http://get.videolan.org/vlc/3.0.0/win32/vlc-3.0.0-win32.exe
x64: http://get.videolan.org/vlc/3.0.0/win64/vlc-3.0.0-win64.exe
x32: http://get.videolan.org/vlc/3.0.1/win32/vlc-3.0.1-win32.exe
x64: http://get.videolan.org/vlc/3.0.1/win64/vlc-3.0.1-win64.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: 222CA889492850D42922DE9AD3AC073BB6DD524A832EA6841F221F980453ECDC
checksum64: 76D7CFBCDC1624623DCBF14143DB8FCAC82A1363E06AF03C1370254AFC5074E1
checksum32: 62D11C220910381C15E2EBD7A0B2EABC548F6E5B2A1A762D93C320411217A073
checksum64: A76A303FBED71446FE73F7D851FE40DA14E699336963D72F46A1882B1990BCC7

Using AU:

Get-RemoteChecksum http://get.videolan.org/vlc/3.0.0/win64/vlc-3.0.0-win64.exe
Get-RemoteChecksum http://get.videolan.org/vlc/3.0.1/win64/vlc-3.0.1-win64.exe

File 'LICENSE.txt' obtained from:
http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING
2 changes: 1 addition & 1 deletion automatic/vlc/vlc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc</id>
<title>VLC media player</title>
<version>3.0.0</version>
<version>3.0.1</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand Down

0 comments on commit 39345e7

Please sign in to comment.