Skip to content

Commit

Permalink
AU: 4 updated - brave chromium clipboardfusion php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 7, 2020
1 parent d3accb5 commit cc39b41
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.10.97",
"beta": "1.11.86-beta"
"beta": "1.11.91-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.11.86-beta</version>
<version>1.11.91-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
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.11.86/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.86/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.11.91/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.91/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: 271B5DE3447FA27ECDDF823B8192F5033582BC55130BC5021EF7AE2E611580FB
checksum64: 9368DE3B55A9B37B6AB381C5CA2A285811D35559FDC0FCC38FB7F2F5CEEE6E79
checksum32: 941D6654785852A8B1FCE3FEA62082352EE33105600E82F26A526538F269317E
checksum64: 2EB065305115691D7544576BA986B8E5F79225A5AE368FDDC5AC5EA4A039DC2B

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/brave/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.11.86'
[version]$softwareVersion = '1.11.91'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "86.0.4195.0-snapshots",
"snapshots": "86.0.4196.0-snapshots",
"stable": "83.0.4103.116"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>86.0.4195.0-snapshots</version>
<version>86.0.4196.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
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/785388/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/785379/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/785704/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/785726/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: A8742D20A79919FE2CB907500FC745278EDBC9BC4109A89F20612C506F029AEE
checksum64: 2B6B4867CE0F18CCF4645E39FB25A9EE9B7DC7D532A4AF172FFBF57CCD103AF5
checksum32: B1E16E41E310849A426B37A95BB46989211C4676AA4C3C51CE3A366A4E1D43CB
checksum64: D7F7A0FBA7E9D8AAC13AB62AA194894819697A7C94F35685F5D3A0BCF47FF301

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "86.0.4195.0-snapshots"
$version = "86.0.4196.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/clipboardfusion/clipboardfusion.json
@@ -1,4 +1,4 @@
{
"stable": "5.8.2",
"stable": "5.8.3",
"unstable": "5.7-c"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clipboardfusion</id>
<version>5.8.2</version>
<version>5.8.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.8.2.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.8.3.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
checksum: 4E59D84A4D120DE98D3BCAC0535C86101672ECC27796DA51E1EA7E7FDC79AA3E
checksum: 9A1A1A6D88EEA1E2890BBC5A8515A862EBC2D5115152B37730E08F87B44B29F3

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-5.8.2.exe"
file = "$toolsPath\ClipboardFusionSetup-5.8.3.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
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.4.7-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.7-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.7-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.7-nts-Win32-vc15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-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): 53F76911B1D712432ECEE21FF0B35E1F5A32B38EA67622312852F11BDA757354
checksum64 (threadsafe): CB68159E37F93E9381C0B7821756E292218C27E5A149DEEF8B83E5898D1F0342
checksum32 (non-threadsafe): CBADB2AB44623A9BD08B0463445AB84AC3AB15DAB098F932ED9476E86C0CE86E
checksum64 (non-threadsafe): 22D925F7D332D07ED8D7881E515305FEA8869A861EC9D73BCC8E0A5E92B37A32
checksum32 (threadsafe): B08714CF60B68CAE6CB4D5C246D8D8654DCCB82550B49984804395BE9CB2DA6E
checksum64 (threadsafe): E992A4FDA898ED2DDA9B84B86B3C02E3F3644DAEBF817BC74609583FFE79BDCE
checksum32 (non-threadsafe): 6BA16CA62AE7736FA92E1B5FE7217136D982B803AECC78267C5465E78172A8EC
checksum64 (non-threadsafe): AFEBD27D04C8DEF369E014C70AB70B8E6FF9677F46ADBA7C16E732FF0582E3DC

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Expand Up @@ -3,6 +3,6 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.31",
"7.3": "7.3.19",
"7.4": "7.4.7"
"7.3": "7.3.20",
"7.4": "7.4.8"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.4.7</version>
<version>7.4.8</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.4.7</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.8</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
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.4.7-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.7-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.7-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.7-nts-Win32-vc15-x64.zip"
filets32 = "$toolsPath\php-7.4.8-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.8-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.8-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.8-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit cc39b41

Please sign in to comment.