Skip to content

Commit

Permalink
AU: 1 updated - notepadplusplus.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 2, 2017
1 parent c03e3b0 commit 6ffc03e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>7.2.2</version>
<version>7.3</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 @@ -34,7 +34,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
<releaseNotes>https://notepad-plus-plus.org/news</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/notepadplusplus/icon.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/136ef0bb871e04da4d9e0e0da37902930c80c2b4/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus.install</packageSourceUrl>
<projectSourceUrl>https://github.com/notepad-plus-plus/notepad-plus-plus</projectSourceUrl>
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'notepadplusplus'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.2.2/npp.7.2.2.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.2.2/npp.7.2.2.Installer.x64.exe'
$checksum32 = '9d537bc175ad93be04ce140308bd69a64794c4112cc709f3e1d5b8bba7d15d4c'
$checksum64 = '7ec140d211ac246aa365abd0aa9deabb627374aca2d7960c8358d66160270a81'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.3/npp.7.3.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3/npp.7.3.Installer.x64.exe'
$checksum32 = '07bbaac66fec3c697387aa56f52e8926e514de72876e2f9d4c40224101e6143b'
$checksum64 = '857a71b794695839181706c689b36f23a8ffa64eb060b49cb860a2dfe8315e38'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 6ffc03e

Please sign in to comment.