Skip to content

Commit

Permalink
AU: 2 updated - minikube php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 7, 2019
1 parent d55ffbc commit ee90e36
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions automatic/minikube/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 has been downloaded from the listed Google Cloud Storage download
location on <https://github.com/kubernetes/minikube/releases/tag/v0.34.1>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v0.35.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v0.34.1/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v0.35.0/minikube-windows-amd64.exe>

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:
checksum: 90FDADDD3FFE62BEEF2503E59295B15124B454B795324A8DCB54DD0CC7BA3296
checksum: 748C9087E876491332897D8DC937EEEA92F9FDA9003443EF668DC75F5638ED5B

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.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>minikube</id>
<version>0.34.1</version>
<version>0.35.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.34.1/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.35.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.3-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.3-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.3-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.3-nts-Win32-VC15-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:
checksum32 (threadsafe): 96889B55D84755CB361D94872C97DD32955D0C2B8EDE831AABF3C71FCB3E18F3
checksum64 (threadsafe): E4391DCE3D431CCAF64372212A0DAFDCD8CF3D4AA79B684EA225CFE32FFDB238
checksum32 (non-threadsafe): F7136AC609D7AB5D2B2CDC6DCC332E4C28F13FCB20BC64E5273E0568CFF78D49
checksum64 (non-threadsafe): 37803F927A4F5BFCCF996D5FAB7092FB0FD01C9390DE501E5BCF89FF0F74595C
checksum32 (threadsafe): 58BC40A99FF1000D5D96331600600B962CE956325097A108CAAB678F696F8F57
checksum64 (threadsafe): 384CA688C6515ED65836E24AFB6443BAE21D890912FF19632314524A06CD1080
checksum32 (non-threadsafe): B7EEFED70A7689948ACB4210F82C62FAA04F39CE7C926574F225EF0C7940AB35
checksum64 (non-threadsafe): 561BF279DC0B373D9591DDCC55D29BB3D4C48F482837CF26E60332618E5630B6

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
6 changes: 3 additions & 3 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"7.1": "7.1.26",
"7.1": "7.1.27",
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.15",
"7.3": "7.3.2"
"7.2": "7.2.16",
"7.3": "7.3.3"
}
4 changes: 2 additions & 2 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.3.2</version>
<version>7.3.3</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 @@ -27,7 +27,7 @@ For example: `choco install --package-parameters='"/ThreadSafe ""/InstallDir:C:\
<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.3.2</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.3</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.3.2-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.2-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.2-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.2-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.3.3-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.3-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.3-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.3-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit ee90e36

Please sign in to comment.