Skip to content

Commit

Permalink
AU: 4 updated - chromium everything itunesfusion juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 6, 2017
1 parent 6589694 commit a473a83
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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>61.0.3122.0</version>
<version>61.0.3123.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 = '61.0.3122.0'
$version = '61.0.3123.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/477078/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/477085/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/477194/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/477188/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '9fe3750567d65391f82dbee6fcff59b8'
checksum = 'df4e0045a529a911a4017b82198bc65d'
checksumType = 'md5'
checksum64 = '6412e4d854d4f1e2d1c00c3f98e97384'
checksum64 = '361028df764e150f53661ff54b97eaea'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/itunesfusion/itunesfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>itunesfusion</id>
<version>3.0.1</version>
<version>3.1</version>
<title>iTunesFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.itunesfusion.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/itunesfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'iTunesFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.0.1.exe'
checksum = '1b60ddc5ad0246433bb05085f67f19f103b66ef4b8a1706ded48e862614422ef'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.1.exe'
checksum = '66cc4d7ad2d8e23c41013f20e0ca5109d452df7a04eb027a6cd1312764875ab9'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
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.2-beta4</version>
<version>2.2-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.2/2.2-beta4/+download/juju-setup-2.2-beta4.exe>
1. Go to <https://launchpad.net/juju/2.2/2.2-rc1/+download/juju-setup-2.2-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: 7E7C5C85264DB35F86B4E456639DB8C073830AB2804ACC45A4E3289E629E0F29
checksum: D6844ED88040B9AA5E3AC91A95474B74C9C6E35C1E3151FFC6161B8000683CB6

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.2-beta4.exe"
file = "$toolsDir\juju-setup-2.2-rc1.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
Expand Down

0 comments on commit a473a83

Please sign in to comment.