Skip to content

Commit

Permalink
AU: 2 updated - chromium nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2017
1 parent 9cb4d85 commit 6465b43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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>59.0.3055.0</version>
<version>59.0.3056.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 = '59.0.3055.0'
$version = '59.0.3056.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/460012/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/460010/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/460280/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/460280/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '3b5015d27138d6266d945586b2f12578'
checksum = '4fe04a5755e4a9f1c15d2878443c83f7'
checksumType = 'md5'
checksum64 = 'd421a1aec68a3a699b836169dc898f59'
checksum64 = 'ac77c4daec87d4e3a6835339def3c2b7'
checksumType64= 'md5'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>7.7.3</version>
<version>7.8.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ If you want the **LTS** (Long Term Support) release of Node.js, install the [nod
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[7.7.3]" />
<dependency id="nodejs.install" version="[7.8.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 6465b43

Please sign in to comment.