Skip to content

Commit

Permalink
AU: 2 updated - datagrip visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 14, 2018
1 parent 6403a83 commit 2bdfb80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>2017.3.4</version>
<version>2017.3.5</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 @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2017.3.4.exe'
checksum = 'a6294bb86eab3418ee8ad5248aaa739661f1535b38e8534220c338ca7735004d'
url = 'https://download.jetbrains.com/datagrip/datagrip-2017.3.5.exe'
checksum = '4e596b22fbfd89e1c697acefa66d6cf90c313290982e25da7063bb15e4ddbb8b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Get-Process code -ea 0 | Stop-Process #in case gracefull shutdown did not succe
$packageArgs = @{
packageName = 'visualstudiocode'
fileType = 'EXE'
url = 'https://az764295.vo.msecnd.net/stable/c63189deaa8e620f650cc28792b8f5f3363f2c5b/VSCodeSetup-ia32-1.20.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/c63189deaa8e620f650cc28792b8f5f3363f2c5b/VSCodeSetup-x64-1.20.0.exe'
url = 'https://az764295.vo.msecnd.net/stable/f88bbf9137d24d36d968ea6b2911786bfe103002/VSCodeSetup-ia32-1.20.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/f88bbf9137d24d36d968ea6b2911786bfe103002/VSCodeSetup-x64-1.20.1.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = 'ee89f176670c238504cb04048bf2ea55181f4b713914d8c840f25e90afb5a12f'
checksum = '6357cd2db735617b4f10f402d6878073c3f4a729f38b9e3f7d376084e25eeb0b'
checksumType = 'sha256'
checksum64 = '8db2348c149f2f789df048c46bd400b80df22c43ee3c7848cc92c2a71e0bc9c2'
checksum64 = 'ccd5515e1905f39883bd5135eca598620555320ef16e8639603242675c768a2b'
checksumType64 = 'sha256'

silentArgs = "/verysilent /suppressmsgboxes /mergetasks=""$mergeTasks"" /log=""$env:temp\vscode.log"""
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.20.0</version>
<version>1.20.1</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 2bdfb80

Please sign in to comment.