Skip to content

Commit

Permalink
AU: 2 updated - datagrip skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 3, 2018
1 parent 982b726 commit 417e4b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>2018.2</version>
<version>2018.2.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 @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.2.exe'
checksum = '6453b0d3afe1420208e042d2eea7845a90aaf989c8a77962e43f50074a139949'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.2.1.exe'
checksum = '6ca718d80caf30f5a53baf9f08e5c9a571078b946352c25cd959bd6404d74ecb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.25.0.5</version>
<version>8.27.0.85</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.25.0.5.exe'
checksum = '7ed0402f9ec44515ae9e662bde5fcbf08a76c353cfed1f2e426e36215a99e384'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.27.0.85.exe'
checksum = 'd59226a727a7d2143750b2307c8541d18eee34f9776cd5e92d549699725a12fe'
checksumType = 'sha256'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 417e4b9

Please sign in to comment.