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 Mar 16, 2022
1 parent 46cf041 commit 999945d
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 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": "101.0.4947.0-snapshots",
"snapshots": "101.0.4948.0-snapshots",
"stable": "99.0.4844.51"
}
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>101.0.4947.0-snapshots</version>
<version>101.0.4948.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/981298/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/981334/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/981544/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/981541/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: 61BE16BC330989D6E3BB06834193D833AB386FB23205332604E73DE60EC65686
checksum64: 26F18362A9FC647E9CA5F828BB998C01700EF330C41ABDA4197AB34BD28A6450
checksum32: 354383EB151E745853D3A742B77332EEDC53E09E8FDC4A1AB587473B408C1AC6
checksum64: D3D955569F011569069782C46976AC50C5031CA612D11CA93FA0EC3210C1C382

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 = "101.0.4947.0-snapshots"
$version = "101.0.4948.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.17-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.17-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.17-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.17-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.4-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.4-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.4-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.4-nts-Win32-vs16-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): 54BF94CD73004AB385B81C058DF825AACB556432A21CC3BF6E6EC87B03AE8725
checksum64 (threadsafe): A60FD55C6ABDB7159AF5BE0BE0A8A4E64046E1820E97A02E878C783918FD096E
checksum32 (non-threadsafe): A81CA7520E19E6BBCFD82E89D32B134FE7EB02A308C6D4EABF260110D9A34FCB
checksum64 (non-threadsafe): 23F8FE47C869C99DAC5624375A48F94C3915F6987C44A943F712F3B03E46A612
checksum32 (threadsafe): A37C85F792FC515FAA34A3838B356B109596F7C17DC2A2097C9CE1B366FE1791
checksum64 (threadsafe): B57B67EBD153B793F7F002E3BB345A53163118F0EBD2260C60BF1A9AF876185F
checksum32 (non-threadsafe): 2F5E3A37EF4BCF2E4DED88424CAD8949499D4958B1A477FB0B67E45D2010E9A3
checksum64 (non-threadsafe): A84FA3C51106A56911FC56C2EBAF0DCD0606C2543FD1DD2EC995934A475CF643

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 @@ -6,5 +6,5 @@
"7.3": "7.3.33",
"7.4": "7.4.28",
"8.0": "8.0.17",
"8.1": "8.1.3"
"8.1": "8.1.4"
}
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>8.0.17</version>
<version>8.1.4</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 @@ -29,7 +29,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://www.php.net/ChangeLog-8.php#8.0.17</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.4</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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-8.0.17-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.17-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.17-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.17-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.1.4-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.4-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.4-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.4-nts-Win32-vs16-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/79d9bb8754331225372e892393619d4072474a19/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/79d9bb8754331225372e892393619d4072474a19/VSCodeSetup-x64-1.66.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/6fa3243d3facbbf8b87222bcf4e81c5eddf5d47f/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6fa3243d3facbbf8b87222bcf4e81c5eddf5d47f/VSCodeSetup-x64-1.66.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '7d754f20a63a31abedee9456a5ac23a96a3756284160d8afe6347bbd8ed05370e7e42ecabb4bd289f5056992fe3896762b8d6579ee4e62bdf47c053ac9c9012f'
checksum = '9cd2e84f01ccccc5533f6b12901740c3fbac3145bccc7754a9d2ce136999f22f17caf908703f71472b01b487fcd3fc931aba480f5fdf2080f5e2dd139e6e6777'
checksumType = 'sha512'
checksum64 = '8bda71579fb59a30a9886329af7c3be86a6b8b0df4889b257e4c3bf89961b1323806ec2c918d6775698f9bcfa997e3e94a23f0e307dfa13e520aee4140f55438'
checksum64 = '2336ff2d0a5b4f25500e4f9b7918b8b74ce3d1a1aba92988a0a0aea8d27490daaaecc4012ac0f3035768b5845d7da96b80e6db0e8744e2789318e05d62459f76'
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.66.0.20220315</version>
<version>1.66.0.20220316</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.66.0.20220315</version>
<version>1.66.0.20220316</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.66.0.20220315]" />
<dependency id="vscode-insiders.install" version="[1.66.0.20220316]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 999945d

Please sign in to comment.