Skip to content

Commit

Permalink
AU: 5 updated - chromium datagrip php vscode-insiders vscode-insiders…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 16, 2021
1 parent 0ffa752 commit 948a353
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "99.0.4769.0-snapshots",
"snapshots": "99.0.4770.0-snapshots",
"stable": "96.0.4664.110"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>99.0.4769.0-snapshots</version>
<version>99.0.4770.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/952095/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952109/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/952297/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952297/mini_installer.exe>
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: sha256
checksum32: B60DB6E083ACA9E4D28320A39805CD3F9C746A686DB9DD5D614C7A782E4F521A
checksum64: 070D1DF35EA39ECE330092B1B99231FB6BC03FC08377D9F521E69076799DC551
checksum32: 75252F28F6C053E73BBEA2D31458D6F862F3712737DE948C0C9CF1B734191601
checksum64: 045182E72C384DB04E031F3ACFA37E339E6D97A4B63F67EBF31CA67E5C5C4038

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4769.0-snapshots"
$version = "99.0.4770.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.1</version>
<version>2021.3.2</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.1.exe'
checksum = '5b59ccd9e81f2542a040ea6e6f6496f8eccdbcada6f2f9b8caa934039558a57b'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.3.2.exe'
checksum = '0ffdbb28afbebbbbde7e38ba17d3df7c580d968d4bd381b6f0ccf22c4fd313b3'
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.1.1-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.1-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.1-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.1-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-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): 96115548FF5848506BE8A226BEE88D1BC081F4E18676E0CEF769A7E1DB6E3A12
checksum64 (threadsafe): D1E1984C4D75D7DAD2BC57158EB0682E52E7C959EC2E075BAFA66C68EF755F3C
checksum32 (non-threadsafe): C8C6976B09F7E6795BA67703D47AF654822F0CAF4D73B170B19FBEA30BFF31EB
checksum64 (non-threadsafe): BEAD890D769A94648D26D4D42302757F1B3EF2355F5F0380DCE6B58EF2296A00
checksum32 (threadsafe): F656B9D2DDBF8F0D3C2B8C76D381D0D57A065D089C96679CCEBC50F9309E02DA
checksum64 (threadsafe): 7AA1F79E2F9EE097F1600E42A53AB5F298FB07C61460A4A6EF04CFCD83D13B3B
checksum32 (non-threadsafe): D7D565BCF48C45162B2CA46BC95CA83141F0E2D913C4954BEBFB9DE14DA43FDB
checksum64 (non-threadsafe): BE8FAB9EAE081F7FFEDFA1303B14E8E34B071A6541F1A9EA7465F6F54AB957F6

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 @@ -5,6 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.27",
"8.0": "8.0.13",
"8.0": "8.0.14",
"8.1": "8.1.1"
}
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.1.1</version>
<version>8.0.14</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.1.1</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.14</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.1.1-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.1-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.1-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.1-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.14-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.14-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.14-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.14-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/b823936907f86ded04a152a4af202d0fc8423522/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b823936907f86ded04a152a4af202d0fc8423522/VSCodeSetup-x64-1.64.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f67a8b753f55e452f38b61497662839c4691fb12/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f67a8b753f55e452f38b61497662839c4691fb12/VSCodeSetup-x64-1.64.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '299a95595ca4dd0f5f0f75502804dce3af9aeee3fc6ddc5176fea269b07b0b2ec7957ced6419e6f0bbf472e970282a58d68b259dc43df2d729fc570f8b3dbc03'
checksum = 'ab2489ac4322a2ff6478eab93b1139025a6849f03944f9d70610099fa86e0e1027050de1c97d714d82149ddf6c521486288a797c2a06580639e0112935bb14c6'
checksumType = 'sha512'
checksum64 = '5dde5797f09d1c5792b943dd5e882191c403ff5d7a2bfa6ef752f0343f662b06dc8a0299b5ac6f92ee9e86596a6de58ce59c901be59e0f5e477b6945231db0fd'
checksum64 = 'b9eb7783dc24c28edc18ac63d845fef4d0e01bfdbe4d74eb8b64d88ab55bbcca4b2f2144564dd2f9db20449da446e76147e8a18b46609e8047b28249afb424b3'
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.64.0.20211215</version>
<version>1.64.0.20211216</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.64.0.20211215</version>
<version>1.64.0.20211216</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.64.0.20211215]" />
<dependency id="vscode-insiders.install" version="[1.64.0.20211216]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 948a353

Please sign in to comment.