Skip to content

Commit

Permalink
AU: 2 updated - chromium SourceTree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 25, 2017
1 parent 01583c4 commit 2c65939
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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>62.0.3195.0</version>
<version>62.0.3196.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '62.0.3195.0'
$version = '62.0.3196.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/496584/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/496584/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/497195/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/497182/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '298607a63b553b40bda719abbb6cffcc'
checksum = 'a66ce0ed55547212d19a1643fa54edea'
checksumType = 'md5'
checksum64 = '09f6402124e7351d0453301a34408f55'
checksum64 = '65e673c674f1b467b9ccfcdd021cca7d'
checksumType64= 'md5'
}

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.1.10.0</version>
<version>2.1.11.0</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.1.10.0.exe'
url = 'https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.1.11.0.exe'

softwareName = 'SourceTree'

checksum = 'aeee578f62495efb4edee4854036b3d9d3f7747ffcbdc0975a6e669acd8efc8a'
checksum = 'be92a608935949be668fe210efb8c891f7d647beeff1b9cfd57c55dc9a373219'
checksumType = 'sha256'

silentArgs = "/passive"
Expand Down

0 comments on commit 2c65939

Please sign in to comment.