Skip to content

Commit

Permalink
AU: 2 updated - php vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 2, 2023
1 parent 02a5370 commit 0cddd9c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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.0.30-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.30-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.30-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.30-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.23-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.23-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.23-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.23-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): 8DEC05F39E6618EE20E252B180D69F8CD0162A3DD2545321593D8F4F44F4AF52
checksum64 (threadsafe): 8697972B5F704885E3444422EDE2B5C25D025F614EA96DC67DE74DC582471562
checksum32 (non-threadsafe): B649889AC73ADD91C02EC7F6FDB9182F148CFA3181761E32A1BE02A3B1D85100
checksum64 (non-threadsafe): DFB70498FFA2C617F2F655A155564697E3C9CCA41709938FD1A5997D1D5B0785
checksum32 (threadsafe): 12E76FB800A87CFA5D1C4B4928ACB145A835348EE72E424646B36A25054CE414
checksum64 (threadsafe): D6F14E6A246F92A5A1156AC30C60645229D93A92ACCDD5D849664BA2A0A7A698
checksum32 (non-threadsafe): AA151AA8B64C64FFC4E0C92115E1FFB446445E651171F3C6F8F2FD16BB7057DF
checksum64 (non-threadsafe): 35EB66BF28DE4EB89B2985B0087760B586E454D20219FF967B93FE5B4AA723C5

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,6 +6,6 @@
"7.3": "7.3.33",
"7.4": "7.4.33",
"8.0": "8.0.30",
"8.1": "8.1.21",
"8.1": "8.1.23",
"8.2": "8.2.8"
}
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.30</version>
<version>8.1.23</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.30</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.23</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.30-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.30-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.30-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.30-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.1.23-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.23-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.23-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.23-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1833/gvim_9.0.1833_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1833/gvim_9.0.1833_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1839/gvim_9.0.1839_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1839/gvim_9.0.1839_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: F2D2A2BBE0075C5C8D4A6EA8595FEAE19BA38A4715FC4A9CA733F65F5BEC2A22
checksum64: 0E4F3F2801F41792D7DA5AFA7143B9DD68D2F5B943303068E680FC4AF1B44307
checksum32: AC0153F24F95471C7F1B3106FC778364398B2273514088F63C10B894E43F8B41
checksum64: 91770DC0DD2A063DB57B022358DEC55A3942D5CDE31B3CC3C32B92D5D3F6522B
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1833_x86.zip"
file64 = "$toolsDir\gvim_9.0.1833_x64.zip"
file = "$toolsDir\gvim_9.0.1839_x86.zip"
file64 = "$toolsDir\gvim_9.0.1839_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1833</version>
<version>9.0.1839</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 0cddd9c

Please sign in to comment.