Skip to content

Commit

Permalink
AU: 2 updated - juju sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 15, 2018
1 parent 672dcdb commit 402a3c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"2.2": "2.2.9",
"2.3": "2.3.8",
"2.4": "2.4.6",
"2.5": "2.5-beta3"
"2.5": "2.5-rc1"
}
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.5-beta3</version>
<version>2.5-rc1</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.5/2.5-beta3/+download/juju-setup-2.5-beta3.exe>
1. Go to <https://launchpad.net/juju/2.5/2.5-rc1/+download/juju-setup-2.5-rc1.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: F182525563B6CA418B8ABDFC25F512DBAC80143668A24052882E59C41A314E23
checksum: 5474E5685F3A3140F8F4A699522E727589940E8E205E1AC6580AA2122E9D3A0E

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.5-beta3.exe"
file = "$toolsDir\juju-setup-2.5-rc1.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2018.12.13</version>
<version>2018.12.14</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '41deb4af2d9b6dbac25927de168cf9eeb9535892bb213cc295c9acca93584563'
checksum = 'ab89d02c5c4c6095fc7e0f0951ee10c25c80b71400d595bb6dd909eb28a5709a'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '4bae5e4ad876c3e218c6b9467a791b0cf99cc8970ee9740a04396340c8f74fb8'
$packageArgs.checksum = 'cb8aec44476a819b36a18bce8de6e25e18c51dd3cfc47e676081d99300c0e23c'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 402a3c7

Please sign in to comment.