Skip to content

Commit

Permalink
AU: 3 updated - php vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 15, 2025
1 parent 4786b45 commit 6c7e40b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
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.3.16-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.16-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.16-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.16-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.4.3-Win32-vs17-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.4.3-Win32-vs17-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.4.3-nts-Win32-vs17-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.4.3-nts-Win32-vs17-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): BA20DA7828F518C42E2D340379F65EA9E0EB48F18B753C595B15A455A2537D33
checksum64 (threadsafe): 393D5242492F59FAD9D6BF01CAE291CD2B1A1C92BC499F93EF2B79775FF2B55C
checksum32 (non-threadsafe): 35DA1E25479A0E4C214FE62DCBA859BAD07F981268E050C23082848C50BD2878
checksum64 (non-threadsafe): 1D98FF271609707B23302B6543DE5483D904196E21C4FB8BD470DA313C2C859B
checksum32 (threadsafe): 33E2F1A51D7E7ED456DFA68CEF6A70B97F15527D39BE3E3379B1EBC4E01E3B80
checksum64 (threadsafe): 0A46F9CE5535FCA15914220D00C91E2FF86A213A7F7EE823C0F357AED597D836
checksum32 (non-threadsafe): A91762A7986C5EA0B50B8436F98732A2D740E88A2EE80DAAE7B3ECE8AC316C88
checksum64 (non-threadsafe): 56E3B4015FE5A429625E5DD96645CCAB2C4F42083BA30A4161A11484DD750972

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 @@ -9,5 +9,5 @@
"8.1": "8.1.31",
"8.2": "8.2.27",
"8.3": "8.3.16",
"8.4": "8.4.2"
"8.4": "8.4.3"
}
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.3.16</version>
<version>8.4.3</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,13 +29,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.3.16</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.4.3</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>
<projectSourceUrl>https://github.com/php/php-src</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.42.34433" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
</metadata>
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.3.16-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.16-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.16-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.16-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.4.3-Win32-vs17-x86.zip"
filets64 = "$toolsPath\php-8.4.3-Win32-vs17-x64.zip"
filents32 = "$toolsPath\php-8.4.3-nts-Win32-vs17-x86.zip"
filents64 = "$toolsPath\php-8.4.3-nts-Win32-vs17-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/c594d55bae90276d174cea4ddf2901694d4ebb3e/VSCodeSetup-x64-1.97.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/1db1071148a1efa3b7ad7592d64507ef52536a3e/VSCodeSetup-x64-1.97.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '6b29a77dc337351896f7ad2d9f4867197800d2bad313be04c3379da1beb851704739f234ed4fc546e126afa0e8d8bb2d136bbb33cfc6e142d381a7ecd6f23f42'
checksum64 = 'fdc16117fba967b979085f4a7cea4096e7726458003bc002a46bbab7bc8adad42b6488bdae9ecc625027d76dde946d0b136776cbb8f7fca2b386fd5a63936088'
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.97.0.20250114</version>
<version>1.97.0.20250115</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.97.0.20250114</version>
<version>1.97.0.20250115</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.97.0.20250114]" />
<dependency id="vscode-insiders.install" version="[1.97.0.20250115]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 6c7e40b

Please sign in to comment.