Skip to content

Commit

Permalink
AU: 2 updated - chromium yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2017
1 parent 721a232 commit 0921677
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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>58.0.2998.0</version>
<version>58.0.2999.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '58.0.2998.0'
$version = '58.0.2999.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/446957/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/446957/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/447186/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/447187/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'e4d3d41bb591bc8735383c748f5784de'
checksum = 'c1bfcf8d628e30d7536a1ed1d7af17a7'
checksumType = 'md5'
checksum64 = '006fd5f42ab0961f73cce7bc519b04d9'
checksum64 = '03f5dbaeb1ce9f5c0b199488ef44237f'
checksumType64= 'md5'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.3.7.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.3.8.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
checksum: 657B7C9544CDAED1A0A7980333DAFA8C8A0737787142F167AD4D897DD0535FB8
checksum: 7FBF546A16A16FE006A21790756476DD9E30883FED6D11AD0881B4C518B0EFF8

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.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>yumi</id>
<version>2.0.3.7</version>
<version>2.0.3.8</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/automatic/yumi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 0921677

Please sign in to comment.