Skip to content

Commit

Permalink
AU: 3 updated - notepadplusplus notepadplusplus.commandline patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 1, 2019
1 parent 4bfb45d commit 36e4123
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://notepad-plus-plus.org/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.1/npp.7.6.1.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.1/npp.7.6.1.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.x64.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: A6F79543B29BA75AB123958426589DFD99CB7D48FD9AD046F483B6A804C3968C
checksum64: 75DB2B967BBEB67576794DFEC0216F4A743F618712E631C38CA23BACEFDE12A6
checksum32: A6DAB9BCB10ADF0D80A80D90E9129A668DDC75B8CF8B0EBC6CBB133845696997
checksum64: D56987E0A217CE55BAA034C4E7FA63A35D92CA1EDFFBF9352484D9F77B9C1B7E

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.6.1</version>
<version>7.6.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 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.7.6.1.bin.7z"
file64 = "$toolsPath\npp.7.6.1.bin.x64.7z"
file = "$toolsPath\npp.7.6.2.bin.7z"
file64 = "$toolsPath\npp.7.6.2.bin.x64.7z"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.6.1</version>
<version>7.6.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 @@ -44,7 +44,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.6.1]" />
<dependency id="notepadplusplus.install" version="[7.6.2]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png" width="48" height="48"/> [patch-my-pc](https://chocolatey.org/packages/patch-my-pc)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png" width="48" height="48"/> [patch-my-pc](https://chocolatey.org/packages/patch-my-pc)


A key component of staying safe online is keeping your computer up-to-date. Hackers and virus writers love outdated software. It might contain a security vulnerability or "hole" that can provide them with access to your computer. Outdated software can also be buggy, or have performance issues, which is usually fixed with a newer version of the software. These are two of the main reasons why it is important to keep the software on your computer updated (or "patched").
Expand Down
4 changes: 2 additions & 2 deletions automatic/patch-my-pc/patch-my-pc.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>patch-my-pc</id>
<version>4.1.0.1</version>
<version>4.1.0.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
<authors>Patch My PC</authors>
<projectUrl>http://patchmypc.net/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png</iconUrl>
<copyright>© 2017 Patch My PC</copyright>
<licenseUrl>https://patchmypc.net/about</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '72c5cfe89a908d01066235775017206a94b6a2a2b5f08ee3925b712c1375d9ef'
checksum = '2b2f9147c0de19dd581a3f2c93491529143c78f8fdbb4192a1426c4600d13732'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 36e4123

Please sign in to comment.