Skip to content

Commit

Permalink
AU: 6 updated - chromium cmake cmake.install cmake.portable minishift…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 17, 2018
1 parent 19f09b3 commit 902837a
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 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>68.0.3398.0-snapshots</version>
<version>68.0.3399.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/550878/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/550878/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/551358/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/551357/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: 13F2C0A9FD82AD842A83D3485815A2D26B436A6BFDBE11F3ED4CE0A87063AD5E
checksum64: 6D347BCACFDF754216366B4DF2DDDA18DD898564078B29DFD039C0C966A68646
checksum32: 1ADEC56A1083D1BC13D89281ADBABF573F1DF8AE94EEF1CEC570EB848CAC9195
checksum64: 30EF3B7D64388794338BAEA87947571903D6D863C99F2AEA56E7ED379382B938

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 = "68.0.3398.0-snapshots"
$version = "68.0.3399.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/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0"
"3.11": "3.11.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.11.0</version>
<version>3.11.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win64-x64.msi>
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: 4EB11BC4B08585468A50115B9E3058DB4C5574A442FB8B68DDCD7D86C0C7E381
checksum64: 39C462F5DE6D4A70960C5AA26B847D42107DAB77A055F74DC8B2C5CF69A7F487
checksum32: EC44E70BDA43759E76F48D0F33AB214753B6E4B29B282D09E2DC13512FC66BD4
checksum64: 13544E606D65BBCA352768D78DBAA4F387C4C44F8B605D033406EB0C199AFF95

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.11.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.0-win64-x64.msi"
file = "$toolsPath\cmake-3.11.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.1-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0"
"3.11": "3.11.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.11.0</version>
<version>3.11.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win64-x64.zip>
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: C473DB9E18C1F27024820DF917AA2D9D460F69D4CB0305FBF5DA7F96CE99754C
checksum64: E776F4D310B8BC144AB66C3365BFBBD1DCFAAD23A13ED0D4929A88A3F4B2BB62
checksum32: 415A24C0C1250514747EA3C1D45B1930BC51DC5D6ACB01062E1D680051BB0EA9
checksum64: ED23C3D22E164FAE7300C82DB3E72EAC4648E016EABDEACE1BD573A9A6ECD218

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.11.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.0-win64-x64.zip"
file = "$toolsPath\cmake-3.11.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0"
"3.11": "3.11.1"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.11.0</version>
<version>3.11.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=User'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.11.0]" />
<dependency id="cmake.install" version="[3.11.1]" />
</dependencies>
</metadata>
<files />
Expand Down
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.15.1>
location on <https://github.com/minishift/minishift/releases/tag/v1.16.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.15.1/minishift-1.15.1-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.16.0/minishift-1.16.0-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum: 71B89A3A2A2D890645152152A094A98572B422E1A3AFA76C4AA83DAC2B7969FE
checksum: C1789184ECB729E2C75CB1E6F65354185039C23606239A2B693BEE30FA2AC206

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.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>minishift</id>
<version>1.15.1</version>
<version>1.16.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.15.1</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.16.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>27.8.3</version>
<version>27.9.0</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.8.3.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.8.3.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.9.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.9.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'c97838cfe49850775d8c0b3ffe7d51f351c018c6a927785bb62beac5b268c083'
checksum = 'b324db9c0a1ee42fa75ca722b7d2c84e4f0ef9adf22dc25588fce16cdf02ada8'
checksumType = 'sha256'
checksum64 = '9e06fab26f882322833b4b250acc14d17056004b6c48efc3a60e52a0f35d3dff'
checksum64 = '5a52f732901a23def3e2b7d8b1bb83d7f51c1797ec5d2b2bb719e09f6a2433bb'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 902837a

Please sign in to comment.