Skip to content

Commit

Permalink
AU: 1 updated - iobit-uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 15, 2019
1 parent 8df331a commit 543d7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions automatic/iobit-uninstaller/iobit-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.2.0</version>
<version>8.3.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -47,10 +47,10 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/iobit-uninstaller</packageSourceUrl>
<mailingListUrl>http://forums.iobit.com/</mailingListUrl>
<summary>IObit Uninstaller Free; Scrub away Every Trace of Unwanted Programs, Plug-ins and Windows Apps</summary>
<description>#Lighter &amp; Cleaner PC
<description><![CDATA[#Lighter & Cleaner PC
Need to uninstall programs and free up disk space? IObit Uninstaller is the one you can trust, no matter programs no longer being used, can’t being uninstalled through standard uninstallation or bundled with other programs. It also introduces an easy way to uninstall programs. You can quickly remove programs via desk icon, opened window or system tray icon.
#Safer &amp; Faster Browsing
#Safer & Faster Browsing
Once malicious toolbar get to your computer they might take over your browsers by changing settings without permission. What’s worse, you would end up in privacy leaking and slow internet. IObit Uninstaller 8 Free lists all toolbars and marks out the malicious ones installed on main-stream browsers: Chrome, Firefox, IE, Opera, allowing you find and delete them quickly.
#No Leftover Files
Expand All @@ -62,7 +62,8 @@ Outdated software is risky. Attacker can easy find weakness in it resulting whol
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/iobit-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://update.iobit.com/dl/iobituninstaller.exe'
$checksum = '110e83c2ed71069addd412081f5dd4429add6941193fd50c632585d512fc2d94'
$checksum = '6ed7773560170d48114c8a7f45863392e1f017ab1507978baf28eb8dc5cd0e04'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 543d7f8

Please sign in to comment.