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 Jun 19, 2017
1 parent 95aac2a commit 6196e00
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.4.1</version>
<version>7.4.2</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.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'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4.2/npp.7.4.2.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4.2/npp.7.4.2.bin.x64.7z'
$checksum32 = '53c3780fb4079dca1ea90cc0eab2b533cca279d34d31a96c79d7acb6747ed533'
$checksum64 = '4a4b869930e5fa3b143aa9c185aaf50ece0387344e5929bb7181c7d1aceffc7a'
$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.1</version>
<version>7.4.2</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.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'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.4.2/npp.7.4.2.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.4.2/npp.7.4.2.Installer.x64.exe'
$checksum32 = 'abe92fc51f996eed9fa4953fefe5f904c009d0fbfb2b8a50aaec79ae8a9689be'
$checksum64 = 'bb89c0811f8566c21eda6e5880added61204eba0f13de9631f91e7e4c768cccd'

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

0 comments on commit 6196e00

Please sign in to comment.