Skip to content

Commit

Permalink
AU: 1 updated - sigcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 7, 2021
1 parent 49aaeca commit 42c3cb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/sigcheck/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software License](https://img.shields.io/badge/License-Proprietary-grey.svg)](https://docs.microsoft.com/en-us/sysinternals/license-terms)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v2.80-blue)](https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck)
[![Software version](https://img.shields.io/badge/Source-v2.81-blue)](https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sigcheck?label=Chocolatey)](https://chocolatey.org/packages/sigcheck)

Sigcheck is a command-line utility that shows file version number, timestamp information, and digital signature
Expand Down
2 changes: 1 addition & 1 deletion automatic/sigcheck/sigcheck.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>sigcheck</id>
<version>2.80</version>
<version>2.81</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sigcheck</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Sigcheck - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sigcheck/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://download.sysinternals.com/files/Sigcheck.zip'
checksum = 'e012e76c8124fe04b54f5088326e67192e254e0b14a206e2410ca0b03d10ead9'
checksum = 'd84f666f2a504076f7db3d658d328ee652db1106fc077bac23b952bb0edbc812'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 42c3cb9

Please sign in to comment.