Skip to content

Commit

Permalink
AU: 4 updated - 360ts datagrip dropbox spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 1, 2019
1 parent d075da8 commit 926b302
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.6.0.1145",
"ts": "10.6.0.1179",
"tse": "8.8.0.1114"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>10.6.0.1145</version>
<version>10.6.0.1179</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1145.exe'
checksum = '38b610dc6b55a9d2c9face335512f6f8a916915a2a17731386fcc80db59ce95c'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1179.exe'
checksum = '0c3edb12fd66f11d1ec9a586bd16887f267e81d9fbf26b4101cd6cc7fa08bc6d'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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>2019.2</version>
<version>2019.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 @@ -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-2019.2.exe'
checksum = '1eb2473bf76a808ae06f779e9ce8833b43deb4de4cac0f6e1e2ea736a7abcd65'
url = 'https://download.jetbrains.com/datagrip/datagrip-2019.2.1.exe'
checksum = '56cbc3743d76409e12395da07d4171fd5bee662275926442be9c8002629d89bb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "79.3.121-beta",
"stable": "78.4.119"
"stable": "79.3.121"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>79.3.121-beta</version>
<version>79.3.121</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"8450117050b3836e774d324ec866fc70"|1.1.10.540
"f9a5aa0d15d0191901e48badb52b7703"|1.1.12.449
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.10.540</version>
<version>1.1.12.449</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '6E762A4E556CF2D8E946B2DDA4AEB75A8B7671D3FF4292949ECDE64137B04499E62AD8A8ABC677CD58C629CD18062D20FBB8972CA9FDA81D5F65FA3EE6CC1495'
checksum = '333A0CA35E81775E5CC029CFDB14CE035B6B8DF9AB047F635A73CB82E01FF0973C8DD128504AD7DD809561353E28E6C8CD6BB471E4CD9AC7CEA558536F3A962C'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 926b302

Please sign in to comment.