Skip to content

Commit

Permalink
AU: 3 updated - notepadplusplus notepadplusplus.commandline notepadpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 15, 2017
1 parent 5fa7bc6 commit a8c8548
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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.3.3</version>
<version>7.4</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.3.3/npp.7.3.3.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.bin.x64.7z'
$checksum32 = '672eb5f7cc36f2e5b98f8ca906141b3abac2f131736d704c93f3cc4469f29c4f'
$checksum64 = 'f54c62ce4f8de6a7cd008489e7440b9fc3f2e81eb186b17e4d603177cd20865e'
$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'
$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.3.3</version>
<version>7.4</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.3.3/npp.7.3.3.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.Installer.x64.exe'
$checksum32 = 'c59a2b8ba98d0bb849e55aa8ad1cfc9af54ed9acc1a087a43033e23bebedc0e8'
$checksum64 = '656e7a31ee07d7febcb49822dd166cb72afe23d4dccf546f2c6b45bcd959e5a1'
$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'

$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.3.3</version>
<version>7.4</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.3.3]" />
<dependency id="notepadplusplus.install" version="[7.4]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit a8c8548

Please sign in to comment.