Skip to content

Commit

Permalink
AU: 4 updated - chromium notepadplusplus notepadplusplus.commandline …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 18, 2017
1 parent dde042e commit 68980a2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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>60.0.3103.0</version>
<version>60.0.3104.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 = '60.0.3103.0'
$version = '60.0.3104.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/472409/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/472408/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/472656/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/472653/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '4e80f7f4f4f3cf1a70d2e4172a2bcb80'
checksum = '4854f123e43855d0837475bb390d9688'
checksumType = 'md5'
checksum64 = '0015b0001276f7d61e452211b03979c2'
checksum64 = '51099d53b219bade70ee5792d423bc03'
checksumType64= 'md5'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.4</version>
<version>7.4.1</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'notepadplusplus.commandline'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4/npp.7.4.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4/npp.7.4.bin.x64.7z'
$checksum32 = '9ce450ffdf8b2691e16da4a185292a51eb1f68dc0e6869b8e281e4baa6175342'
$checksum64 = '7d029aa73e6141efb1af1d269316186b001cf842327a1e27f31008d8bb24bb8c'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4.1/npp.7.4.1.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4.1/npp.7.4.1.bin.x64.7z'
$checksum32 = 'a8ae4e4347eb70c31fb8216bdd347a418d0845c971741cf5cf7b9937061571a8'
$checksum64 = 'b81b492cdd05d8e99096d098b99553927bca38d9e3a9b392efb58961a7561aa3'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>7.4</version>
<version>7.4.1</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'notepadplusplus'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4/npp.7.4.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4/npp.7.4.Installer.x64.exe'
$checksum32 = 'c14f0c03636044bf4c85d007d9b6fd4aa88278549979d4905c6091088db94d2d'
$checksum64 = 'a95dcb3726b48adfd4a3364176c0291151e6c79630cab268a9ef3511860418d8'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4.1/npp.7.4.1.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4.1/npp.7.4.1.Installer.x64.exe'
$checksum32 = 'abd12e4848c6e6ccc48729426da4fae2479ef82df71340753e683674db7f2786'
$checksum64 = '7e63b7fb06ec318089193072485e96ac4edee5d277e1639d3f1a613885326cbc'

$packageArgs = @{
packageName = $packageName
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.4</version>
<version>7.4.1</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -43,7 +43,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[7.4]" />
<dependency id="notepadplusplus.install" version="[7.4.1]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit 68980a2

Please sign in to comment.