Skip to content

Commit

Permalink
AU: 3 updated - php smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 2, 2021
1 parent b1cce95 commit a7d9605
Show file tree
Hide file tree
Showing 9 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.0.6-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.6-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.6-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.6-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.7-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.7-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.7-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.7-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): 1ADB196CEAC3FC8DBF1BC1D09F392DC0222EEA8A646B45070AA1E1763D5F535E
checksum64 (threadsafe): 363279F7015DABB082197C8043FD9FB6C5006BF34BDFC76D9EAB7D565A877D42
checksum32 (non-threadsafe): DE0FFD387A8626246B247162113A2A27F3998BDE27A6D8A1DED9737AD8AC5865
checksum64 (non-threadsafe): CC06B98185CD7C09266EE1E87A9BD7E48C4BF956D661FB432DFC295352A4A81D
checksum32 (threadsafe): 2E6B063B5C0F67953B55723AC039A98E340E3A7B25F65B53E87511BB348EB374
checksum64 (threadsafe): 6B8CA3C5116F7D7181DB8BEED504AF89133BEAFB9020B30DAD65AD1FE34147EA
checksum32 (non-threadsafe): 9814B6B1B5D631988759A9D016B06C71FD626B8FE215E72732DE550E6725D76B
checksum64 (non-threadsafe): CBB8C804A3A8FC98BB3E4C5ED3B6543C019AF769E9C5BBDFED2379DF6A149196

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 @@ -4,6 +4,6 @@
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.28",
"7.4": "7.4.19",
"8.0": "8.0.6"
"7.4": "7.4.20",
"8.0": "8.0.7"
}
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.6</version>
<version>8.0.7</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,7 +26,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.6</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.7</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>
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.6-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.6-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.6-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.6-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.7-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.7-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.7-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.7-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>9.0.2850.0</version>
<version>9.0.2851.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
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'decf292a085c0b38c74008b87471ac1c1e8662166bcc02c725bfb97a98f34941'
checksum64 = '107e9790d785f45240f0d3aaaea0d60c6ca95c59cac36e4fc4e38eb2357595c4'
checksum = 'a9153e1cd680f2fe203bc52e8c9f276526b63580af31d4d1007117f64d639092'
checksum64 = '8d24e510b7b7ae88cf0714b4ffa14b8275778ebb0440a68d618a98f99d72e41c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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/v8.2.2914/gvim_8.2.2914_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2914/gvim_8.2.2914_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2920/gvim_8.2.2920_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2920/gvim_8.2.2920_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: 01BF8A259FE737492D32EB58C0FCF68BC4B4C003D394EA25DF4FA5FC2742FEA3
checksum64: 01FFA4188E671AB4236EED24A011916108CB61B5173186D19FAED07544D9D772
checksum32: DE3C0F9FBCF604D3FC8F847305BC3B5F4ADF850EF4456AD50D01CF2CE1186730
checksum64: F3ED50F6B6B73DB1CE5A1D3AB220A6BF686964AD828B075FDA0D533C7FEA6DC5
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_8.2.2914_x86.zip"
file64 = "$toolsDir\gvim_8.2.2914_x64.zip"
file = "$toolsDir\gvim_8.2.2920_x86.zip"
file64 = "$toolsDir\gvim_8.2.2920_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>8.2.2914</version>
<version>8.2.2920</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 a7d9605

Please sign in to comment.