Skip to content

Commit

Permalink
AU: 4 updated - brave googlechromebeta php protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 21, 2019
1 parent 2696b25 commit be86883
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.0.1",
"beta": "1.1.5-beta"
"beta": "1.1.6-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.1.5-beta</version>
<version>1.1.6-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.1.5/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.5/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.1.6/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.6/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 3EE004A56356CDF625C1060231DA87DB62B6B8D1809DED149DA001AADEA19A89
checksum64: F0240B9F4A07C3F9EB1506971DD4F1FC822CD405AA3379D4F2CB77387F76A112
checksum32: 5DE403609E6C5C3A112F29D237A3C4EB15712EEDEE3E81BA84FD69FDD7F28AE8
checksum64: 099D97AE58060162DEBACD990D921D5F6EEB6FB36D50A7E6A1956DC4729A5526

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>79.0.3945.36-beta</version>
<version>79.0.3945.45-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '79.0.3945.36-beta'
$version = '79.0.3945.45-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '596a4e582829f8f0dd61c4e7132cd024b93be19b729b940f117f622c8e679b66'
checksum64 = '14dbf22516ef018fa3e421bc93dff72588c4a3e2900010052777f25e7f756296'
checksum = '0a6175c0dc0e49dccca4d810e05f8afbfc76539f6a96e58da6ab457d7edb0777'
checksum64 = 'd1f5c827f9d299030c12a2ff44223f00920c7a1b64ffb5d636dcd3fae86ae659'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.12-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.12-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.12-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.12-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-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): 636E624650DD9EDE84A5C0745BC320C194F8AC7898A75FA11B4324AC4C3392A8
checksum64 (threadsafe): B12CB3989FBA36E4225C361638B5B88DEE16B9D3E8F3BB832DF492EB74153F56
checksum32 (non-threadsafe): 5A0F2E1B9EA31DB770582344F3CA69CB31F3B7CB2D7992C74AFA2EA3084D23C3
checksum64 (non-threadsafe): 31DB1758F5603D14CF8DAFDC2477CCE680605A51340F07D85FC9D89DC5C7A9B2
checksum32 (threadsafe): 526771175C54D367098059B005CC9F583F1D616FAB495CEF9AEA96FBB7ABC04E
checksum64 (threadsafe): 95C71A3A1676F07F0F3E38F0DFE9210106D7EE70BAA7D278C78CF12D949298CF
checksum32 (non-threadsafe): 1447A65AA1660925944D6A4641C45FAA5E04FCA0365571DE42A50B6476DB0EFB
checksum64 (non-threadsafe): 782CC68BA3CCBDE669EF2D2A8F2FF6B315967143983797D11F5E0D8833BF7472

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"7.1": "7.1.33",
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.24",
"7.2": "7.2.25",
"7.3": "7.3.12"
}
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.12</version>
<version>7.2.25</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 @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<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.12</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.25</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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.12-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.12-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.12-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.12-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.2.25-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.25-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.25-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.25-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-win64.zip>
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
checksum32: 964F055DB26372E46D8232A09FE6D661DE3CA1B82FBBC1EDE33696B1E379A11B
checksum64: A0A27D5C2FA7D8C43E36076FC10600D371C3B60F5011485F5F3CE2792697B3CD
checksum32: D95BB9D563FA85973279CF7CC0E39D4B9C13702706854A9D389F91D015504710
checksum64: 0DFBA3DE01CB2D8A16AF515A83DC813A57AF22B7A57195FAAA3A6AB70CC60C91

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.10.1</version>
<version>3.11.0-rc-1</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.1</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0-rc-1</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-3.10.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.10.1-win64.zip"
FileFullPath = "$toolsPath\protoc-3.11.0-rc-1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.11.0-rc-1-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit be86883

Please sign in to comment.