Skip to content

Commit

Permalink
AU: 5 updated - php smartftp spotify vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
…install

[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 10, 2024
1 parent 66e7505 commit cc5b8bd
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 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.4-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.4-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.4-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.4-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.18-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.18-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.18-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.18-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): 9F6B65D2ADD60B67CCDAAE54396DC8603E3654107F452C6DAAE4AF660CC2A81A
checksum64 (threadsafe): 4844FB571C4B50FEDC60B5284987C939EBB6472829D5A8C3E34E9B1BBDB86145
checksum32 (non-threadsafe): 2C266D8371D13F2461D7E4CA248D8F693701F191B53017434D203DEDB3C22B73
checksum64 (non-threadsafe): 79408281569F4C7FABA23F415A281E0AE0BFBBFC16E72206E084BA2EF26E397A
checksum32 (threadsafe): D83A685C5C460DADB57DDC116B8DD1F5FD75ED39D16C25C6D44F1E90E2BFDCB1
checksum64 (threadsafe): 6D44FD1D3837BE58B56755FC7BCC22B68BF5B51688B3701143C9605B85E71F35
checksum32 (non-threadsafe): 3DD56570E1651B552CFB39CEEEE302D01E4BEC6784308D514D41AF5994225062
checksum64 (non-threadsafe): F1404FB2E59168CD8A3DE19461C69C8BE9B72BF2984F9E1B7E92D31BEED596A5

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"7.3": "7.3.33",
"7.4": "7.4.33",
"8.0": "8.0.30",
"8.1": "8.1.27",
"8.2": "8.2.17",
"8.1": "8.1.28",
"8.2": "8.2.18",
"8.3": "8.3.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.3.4</version>
<version>8.2.18</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.3.4</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.2.18</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.3.4-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.4-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.4-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.4-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.2.18-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.2.18-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.2.18-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.2.18-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3215.0</version>
<version>10.0.3216.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'a131d80a0446a6532dd3df12cedf94b6bf97f59761c591359253c3c4b96e21be'
checksum64 = '7e29067b5a4b3bc154621ffadb525392fd299259fa2d388a621be6cc7d4d050f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"7683a3cf7c3e561c63c6b9a1fd30cf81"|1.2.34.783
"56b41fc48c9b15ab6cd0cc1719128f12"|1.2.35.663
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.2.34.783</version>
<version>1.2.35.663</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '8915AD6107D71E1A667531A7782815E6E65020ED6201E9FD201021FF73586C9D2363CDCBDF74490C543FFCB26D79080EC7E17D6882CCA8EC3C8DA6D28525427D'
checksum = '532A61CCF73D650E99EA94054F6273B6B31283283E4F1C8CC28AFC321129E8FCDF629D680872582BE850FFC9C1E813E9C1A8829463E40A830CB6FD39E8D821E9'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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/f8d35f6a712c59f96078161799435d0e83461556/VSCodeSetup-x64-1.89.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/7eba2d200076e9ca04ef1d0874fb49aae426f895/VSCodeSetup-x64-1.89.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'db2b12e1406653039e6f437ebb5f28387bf3fc72ad7c47a3bef0e1c3c6126e6ec17c27b4aa4d104dee842d8f47e1276f78f7e07173117788a64628afb9fb7140'
checksum64 = '5443fb1a4870347326e5491cd3fb8279a52c1dc37785f67b8779aed99b08a6a141b4a9ee81659d88148fc9a4005d7487180b937183ba855a0484858a9b597d41'
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.89.0.20240409</version>
<version>1.89.0.20240410</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.89.0.20240409</version>
<version>1.89.0.20240410</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.89.0.20240409]" />
<dependency id="vscode-insiders.install" version="[1.89.0.20240410]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit cc5b8bd

Please sign in to comment.