Skip to content

Commit

Permalink
AU: 2 updated - chromium juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 28, 2018
1 parent 2d3e1a7 commit 865664e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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>67.0.3382.0-snapshots</version>
<version>67.0.3383.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/545979/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/545979/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/546401/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/546403/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: 6B8B23740498EA4FCB562F01EC789A0AC711C82A22CF1281ABF103125C3E4BF7
checksum64: D0E93095135EA7E964D933AD2BD449099E25F1C04A7C062E215043E096F8E8BF
checksum32: 41491D2889A3A08420E8A739BA53D8197136F2A83851CFC1875D723754B9A942
checksum64: 80FDA20A81195383100820E3F41F7D480BCF6EE1F663CE98EACA230965F38515

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 = "67.0.3382.0-snapshots"
$version = "67.0.3383.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/juju/juju.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2.2": "2.2.9",
"2.3": "2.3.4"
"2.3": "2.3.5"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.3.4</version>
<version>2.3.5</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.3/2.3.4/+download/juju-setup-2.3.4.exe>
1. Go to <https://launchpad.net/juju/2.3/2.3.5/+download/juju-setup-2.3.5.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: D7EA447715716662606AC58F152871E75EC27A699B3F6E888E19B6C34C3AA8D0
checksum: 1A464D615A1E6A15BC4A306815B50A79F07381389F816C78315FDEC1F85EA93A

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.3.4.exe"
file = "$toolsDir\juju-setup-2.3.5.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 865664e

Please sign in to comment.