Skip to content

Commit

Permalink
AU: 1 updated - patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 30, 2017
1 parent be14589 commit 1616e4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions automatic/patch-my-pc/patch-my-pc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>patch-my-pc</id>
<version>3.2.5.0</version>
<version>3.2.5.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand All @@ -16,17 +16,15 @@
<docsUrl>https://patchmypc.net/faq</docsUrl>
<tags>patch-my-pc admin software update updates freeware</tags>
<summary>Patch My PC creates software to patch third party applications to fix security vulnerabilities.</summary>
<description>
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).
<description><![CDATA[
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").
Patch My PC Updater is a free, easy-to-use program that keeps over 100 programs up-to-date on your computer. It is also an easy way to install any of these programs on to your computer.When you open Patch My PC Updater, it will scan your system for outdated programs.
- Programs that are outdated will be shown in Red
- Programs that are updated will be shown in Green
- Programs that are not installed will be shown in Black
Whether you are a computer novice, semi-tech savvy, the go-to tech person for your family and friends, or an IT professional, Patch My PC Updater will make patching your PC easy.
## Features
- Easy to use User Interface
- Outdated software will show in Red
- Up to date will show in Green
Expand All @@ -39,8 +37,10 @@ Whether you are a computer novice, semi-tech savvy, the go-to tech person for yo
- Set updates to happen on a schedule
## Notes
- Link to start menu is no longer working. Looking for a package writer who can fix this.
</description>
]]></description>
<releaseNotes>https://patchmypc.net/release-notes</releaseNotes>
<dependencies>
<dependency id="dotnet3.5" version="3.5" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = 'dc96aeaf5366f86275e2071c1a362510d8011d5709ff5fb5ce8e8ab96c785106'
checksum = 'f238cd9c291cc252e1756bb817faea3da2e054266abd5a0fccef7ddbe59d977b'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 1616e4d

Please sign in to comment.