Skip to content

Commit

Permalink
AU: 2 updated - chromium php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2018
1 parent 660eb00 commit 3febd9e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.3383.0-snapshots</version>
<version>67.0.3384.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/546401/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/546403/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/546728/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/546728/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: 41491D2889A3A08420E8A739BA53D8197136F2A83851CFC1875D723754B9A942
checksum64: 80FDA20A81195383100820E3F41F7D480BCF6EE1F663CE98EACA230965F38515
checksum32: C08160F16AEEBF1D2E2C6DAAA1AD90B6D2AD71B3D23E4F87ECF7B6D0189B8BC4
checksum64: 6B16FBF874CAAEC87FB11B7594F2F44999C22D1629E67D2E0EC2454D7E82F18F

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.3383.0-snapshots"
$version = "67.0.3384.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/php/php.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"7.1": "7.1.15",
"7.1": "7.1.16",
"7.0": "7.0.29",
"5.6": "5.6.34",
"7.2": "7.2.4"
Expand Down
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.2.4</version>
<version>7.1.16</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.4</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.1.16</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.11.25325.0" />
<dependency id="vcredist140" version="14.0.24215.1" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-7.2.4-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.4-Win32-VC15-x64.zip|8b483419ed00ec74543cfa76a710251810a77496fbf80adb7f9480c347a05cb9|e2a89eb6f8316927d477678d3c5fbe37e67dc23eda405633e5047f5317f44e2c
not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.4-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.4-nts-Win32-VC15-x64.zip|95d85e94f313bd74fbee6fe2bcd71af5b1cad8cfc0b4c863b177901cc257c400|c5b4f404179de9c87705b76f5d7e8f48243e71510692692fe82f6ea204f44db1
threadsafe|http://windows.php.net/downloads/releases/php-7.1.16-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.1.16-Win32-VC14-x64.zip|1d17e247cdbc9d02d15979619ed579f5131fd6c40b937859925e35e61c9d0d6a|93ec8c9f2b08e904ede68a7488a40be4018b41d7144f765364ade1c3161a354b
not-threadsafe|http://windows.php.net/downloads/releases/php-7.1.16-nts-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.1.16-nts-Win32-VC14-x64.zip|074cacab02114c138b6b4ba20e94568a9950c55ae1e6324bef72dde4e2fe474d|41f5b7adc48091ad22f2ffcaa43e29bca3ba6f25cef562d8f10f9cc0307cc4c3

0 comments on commit 3febd9e

Please sign in to comment.