Skip to content

Commit

Permalink
AU: 4 updated - chromium php vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 28, 2021
1 parent 845ee88 commit a7ac483
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "94.0.4589.0-snapshots",
"snapshots": "94.0.4590.0-snapshots",
"stable": "92.0.4515.107"
}
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>94.0.4589.0-snapshots</version>
<version>94.0.4590.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/905648/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/905653/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/906071/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/906075/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: D00F3D2D883A9EB65B717AC061B91C21C65A694CAD8DC731D88023183E8BD2AB
checksum64: 4849DEC2C0226D99DB7EB6D096BD24B5F3699B6C200CDC8921D56CDA40643CC1
checksum32: 29C1AFE2244BAAB29EF673F7887809583F38772CCE2825F91DA02F8B61E0DCD2
checksum64: 23736A7157EE2BE1581B4A267261AE5B3749CC56D300C20B61BD17889B14D5C8

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 = "94.0.4589.0-snapshots"
$version = "94.0.4590.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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-8.0.8-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.8-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.8-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.8-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.22-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.22-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.22-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.22-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): 00D3E126FE47F90F1A5396BE4E3C55ADC78771E3F430EDCFAD3304F04E4ED809
checksum64 (threadsafe): 935478A1647B748F17C03E3CA08E11CE514814D9D5826957F64A52E755078E9B
checksum32 (non-threadsafe): 3BF19DB896A48F74C335CF5901899A7A86F43F70654C471BA6BA158511860C57
checksum64 (non-threadsafe): 2B0ED9D8A1BECCEDEF48B35E72D3100EB502A4C7A15DD82D95CEBD6CF0AC8FAF
checksum32 (threadsafe): 76A537A3DD43D326E563388A701F4456F8AB99C1E4769E52C2A8F003BCFADE5A
checksum64 (threadsafe): 34F58D061032D4D80A742F2A14E108DF8D32C7FD278F7624BBF718ABE8EE69BF
checksum32 (non-threadsafe): 83CB1D0D3767B2E6AE42C10EEB4FF4870BDC7748EAD362BD0F2C22812A04FA29
checksum64 (non-threadsafe): 37489483195AF97A75BDC0131771CB42A5C724C0AE44CC293CF2ABD1E49212F9

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 @@ -4,6 +4,6 @@
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.29",
"7.4": "7.4.21",
"7.4": "7.4.22",
"8.0": "8.0.8"
}
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>8.0.8</version>
<version>7.4.22</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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,13 +26,13 @@ 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://www.php.net/ChangeLog-8.php#8.0.8</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-7.php#7.4.22</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>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.16.27012.6" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
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-8.0.8-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.8-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.8-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.8-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-7.4.22-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.22-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.22-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.22-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/c3b4df8f5d9c14aa4cfddb587231d0d52e72e5a2/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c3b4df8f5d9c14aa4cfddb587231d0d52e72e5a2/VSCodeSetup-x64-1.59.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/e437d424c5e6de97632f5513229c7ebc2cf27a32/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/e437d424c5e6de97632f5513229c7ebc2cf27a32/VSCodeSetup-x64-1.59.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '9bbb7be2fc603837fd3cb459e8a290c56bd3e7311d935a4b16dc0f225a786dd183ae9052561fa2276a963e560bb0068f63b6e63e5ea9e93f69d60ca2a7c05eb4'
checksum = 'bb1e0529bb25cae69784fd3dfd674919fa299854b1fd4d004a567e009e2d8f0a923dba9af1280b903dc94867284cac4989f63ca4f3caaa847d71270564a64df3'
checksumType = 'sha512'
checksum64 = 'a2844d616bbfe0459b000fc9eb3a9cfb52910462520fd0db14833e9fa3c98348a7c5a351067f4ecd7a37f506184718ed7f9a3418e559719824b547fd542ed8f8'
checksum64 = '4ea1e3feb48e21a9a7bffb58a6e1d8cec2cb5d725bfd2f9c80e4e611293ad76ceb8aac588efeb9391ffc49cff589c106789f552c424e1cf46125881fe5e8b6bc'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.59.0.20210727</version>
<version>1.59.0.20210728</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.59.0.20210727</version>
<version>1.59.0.20210728</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.59.0.20210727]" />
<dependency id="vscode-insiders.install" version="[1.59.0.20210728]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a7ac483

Please sign in to comment.