Skip to content

Commit

Permalink
AU: 1 updated - gmer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 7, 2016
1 parent b48da8e commit ce5deac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/gmer/gmer.nuspec
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="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>gmer</id>
<title>GMER</title>
<version>2.2.19882</version>
<version>2.2.19882.20161107</version>
<authors>Avast</authors>
<owners>Redsandro</owners>
<summary>GMER is one of the most respected specialized antirootkit applications available.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gmer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'GMER'
url = ''
checksum = ''
checksumType = ''
url = 'http://www2.gmer.net/gmer.zip'
checksum = 'de3abde117d7eacbb638bc7d0151f929cf80a4bb5e5beb1e390839e96fc6722a'
checksumType = 'sha256'
unzipLocation = "$(split-path -parent $MyInvocation.MyCommand.Definition)"
}

Expand Down

0 comments on commit ce5deac

Please sign in to comment.