Skip to content

Commit

Permalink
AU: 3 updated - dropbox skype SourceTree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 24, 2018
1 parent 75f22b6 commit 98eafb0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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>48.3.57-beta</version>
<version>48.4.58</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2048.3.57%20Offline%20Installer.exe'
checksum = '95bb92f02bd68165b61e979aedaa803dd667263e075f3e70de52cf882679bc72'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2048.4.58%20Offline%20Installer.exe'
checksum = 'd0488c699672e434aca1a271bb1b6e3fda38402b674b15ccda7c575a6542133c'
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>7.41.0.101</version>
<version>7.41.0.10101</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sourcetree/sourcetree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>SourceTree</id>
<title>SourceTree</title>
<version>2.5.4</version>
<version>2.5.5</version>
<authors>Atlassian</authors>
<owners>chocolatey</owners>
<projectUrl>http://www.sourcetreeapp.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sourcetree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = 'SourceTree'
fileType = 'EXE'
url = 'https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.5.4.exe'
url = 'https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.5.5.exe'

softwareName = 'SourceTree'

checksum = '3ad3b5ddb7663b3a6c67c341acd4ceabb63ada9234493bdc4df90529acf8b072'
checksum = 'b4309a4581a515d3498a75e9c810ae2b16adf239107486f481d9a0236240ee5f'
checksumType = 'sha256'

silentArgs = "/passive"
Expand Down

0 comments on commit 98eafb0

Please sign in to comment.