Skip to content

Commit

Permalink
AU: 1 updated - geekuninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed May 3, 2022
1 parent 04cfad9 commit 7740407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions automatic/geekuninstaller/geekuninstaller.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>0.0.0</version>
<version>1.4.9.151</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>virtualex jivkok</owners>
<!-- ============================== -->
Expand All @@ -47,7 +47,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/geekuninstaller</packageSourceUrl>
<docsUrl>https://geekuninstaller.com/</docsUrl>
<summary>Basic uninstaller though powerful and lightning fast.</summary>
<description>## Features
<description><![CDATA[## Features
### Clean Removal, Force Removal
Expand All @@ -63,7 +63,8 @@ Single EXE runs flawlessly on both 32 and 64-bit Windows 10/8/7/Vista/XP. When r
**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>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/geekuninstaller/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = ''
$checksum = ''
$checksumType = ''
$url = 'https://geekuninstaller.com/geek.zip'
$checksum = '1526c1201413f7868ff693b23debd41ee9ccf316ab8445887f3b5a8414a5d063'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 7740407

Please sign in to comment.