Skip to content

Commit

Permalink
AU: 3 updated - datagrip php vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 24, 2021
1 parent 468ff1f commit 690a6c6
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2021.3</version>
<version>2021.3.1</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.3.exe'
checksum = 'bc87ac9aa5113fac99bcdc851fb994d4265ff38ee849a78becae2fc09f5d7e37'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.3.1.exe'
checksum = '5b59ccd9e81f2542a040ea6e6f6496f8eccdbcada6f2f9b8caa934039558a57b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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.13-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.13-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.13-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.13-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-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): 24F7AFB0964C60AC0968C9403E1E07DBE0529AAB86B3F12383CE72079B260083
checksum64 (threadsafe): 35D056D03037C92B1401AF71A232EE24F6635E7723DDD71C1BEBE9B6A7D49E49
checksum32 (non-threadsafe): F1373402388C56F3D278AFB39BFFD7ADE834668F7E18D225AC9EE22683A3E521
checksum64 (non-threadsafe): FF7819531D143BB47206EEAFFF232D2141106E883F5527760FB837E4F0F49A9E
checksum32 (threadsafe): FCF29C5547F2B88DD19BCA9EF4BB76A829CC4C4861B2235C00B9C6A3FCC873C8
checksum64 (threadsafe): 4C87A2F9B00BED1A40CCA30AD18CC6564013F51FAA1B6E4E636625E0AD5AE125
checksum32 (non-threadsafe): 6B9ED23208F9A16CF4904BA4EE7BF684879B1FD2FFBB019123006DEDD46270BB
checksum64 (non-threadsafe): 6676926044BA9409CB141575F79E844153F025BCC4DEBA3E000196C9A6366B67

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
3 changes: 2 additions & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.26",
"8.0": "8.0.13"
"8.0": "8.0.13",
"8.1": "8.1.0"
}
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.13</version>
<version>8.1.0</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.13</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.0</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.13-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.13-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.13-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.13-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.1.0-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.0-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.0-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.0-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/v8.2.3651/gvim_8.2.3651_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3651/gvim_8.2.3651_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3657/gvim_8.2.3657_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3657/gvim_8.2.3657_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: 9E185EB71B9F0399DE41473E36E25DDAE327A593367DF9A9DAD1724E9FB69DDF
checksum64: 9C355C059D9B2130BC76DED975965EF409D98D1DD0BD0AFE504600233DD7445A
checksum32: 45166DD077977924392AD4B6CF9D7748A94C1EE477F13DE97E189E595F462914
checksum64: E062F2028D65AB38E90AB9BDFE04ED1EB1F46C7D87D0FD036738E2E79AB8D0A9
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.3651_x86.zip"
file64 = "$toolsDir\gvim_8.2.3651_x64.zip"
file = "$toolsDir\gvim_8.2.3657_x86.zip"
file64 = "$toolsDir\gvim_8.2.3657_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.3651</version>
<version>8.2.3657</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 690a6c6

Please sign in to comment.