Skip to content

Commit

Permalink
AU: 12 updated - accesschk coreinfo dbgview diskview du livekd logons…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 17, 2021
1 parent 5bef4e1 commit 1877562
Show file tree
Hide file tree
Showing 36 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/accesschk/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-v6.12-blue)](https://docs.microsoft.com/sysinternals/downloads/accesschk)
[![Software version](https://img.shields.io/badge/Source-v6.13-blue)](https://docs.microsoft.com/sysinternals/downloads/accesschk)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/accesschk?label=Chocolatey)](https://chocolatey.org/packages/accesschk)

AccessChk is a command-line tool for viewing the effective permissions on files, registry keys, services, processes,
Expand Down
2 changes: 1 addition & 1 deletion automatic/accesschk/accesschk.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>accesschk</id>
<version>6.12</version>
<version>6.13</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/accesschk</packageSourceUrl>
<owners>dgalbraith</owners>
<title>AccessChk - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/accesschk/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/AccessChk.zip'
checksum = '84f9e8ed3dba19686ab536f0a9644a6c94f40ae92b172a5a1c48e3f78e48a284'
checksum = 'c8b0980b513d315306baa6afae4b4ddc9e3bbc9d9d2890e42465c167d64649fd'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/coreinfo/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-v3.31-blue)](https://docs.microsoft.com/sysinternals/downloads/coreinfo)
[![Software version](https://img.shields.io/badge/Source-v6.13-blue)](https://docs.microsoft.com/sysinternals/downloads/coreinfo)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/coreinfo?label=Chocolatey)](https://chocolatey.org/packages/coreinfo)

Coreinfo is a command-line utility that shows you the mapping between logical processors and the physical processor,
Expand Down
2 changes: 1 addition & 1 deletion automatic/coreinfo/coreinfo.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>coreinfo</id>
<version>3.31</version>
<version>6.13</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/coreinfo</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Coreinfo - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/coreinfo/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/Coreinfo.zip'
checksum = '807f3a077a4daf73a2d6e8e979303e4fe1174c78'
checksum = 'c8b0980b513d315306baa6afae4b4ddc9e3bbc9d9d2890e42465c167d64649fd'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgview/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-v4.81-blue)](https://docs.microsoft.com/sysinternals/downloads/dbgview)
[![Software version](https://img.shields.io/badge/Source-v4.90-blue)](https://docs.microsoft.com/sysinternals/downloads/dbgview)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgview?label=Chocolatey)](https://chocolatey.org/packages/dbgview)

DebugView is an application that lets you monitor debug output on your local system, or any computer on the network
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgview/dbgview.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>dbgview</id>
<version>4.81</version>
<version>4.90</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgview</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DebugView - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgview/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/DebugView.zip'
checksum = '161180225a6aef0107181729312fcf38ca682b5b'
checksum = '05cfa3dde3d98eb333d0582556f4f520e6207fe8d335bd1e910d90692798f913'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/diskview/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/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.40-blue)](https://docs.microsoft.com/sysinternals/downloads/diskview)
[![Software version](https://img.shields.io/badge/Source-v2.41-blue)](https://docs.microsoft.com/sysinternals/downloads/diskview)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/diskview?label=Chocolatey)](https://chocolatey.org/packages/diskview)

DiskView shows you a graphical map of your disk, allowing you to determine where a file is located or, by clicking on a
Expand Down
2 changes: 1 addition & 1 deletion automatic/diskview/diskview.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>diskview</id>
<version>2.40</version>
<version>2.41</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/diskview</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DiskView - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/diskview/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/DiskView.zip'
checksum = '2399ccdad1a79438a2b55495267c098f75c27c49'
checksum = '0ceac1623419ce74cfd079823130a76e23d1932ba6cc396157a299e9f23ebe2d'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/du/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-v1.61-blue)](https://docs.microsoft.com/sysinternals/downloads/du)
[![Software version](https://img.shields.io/badge/Source-v1.62-blue)](https://docs.microsoft.com/sysinternals/downloads/du)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/du?label=Chocolatey)](https://chocolatey.org/packages/du)

Du (disk usage) reports the disk space usage for the directory you specify. By default it recurses directories to show
Expand Down
2 changes: 1 addition & 1 deletion automatic/du/du.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>du</id>
<version>1.61</version>
<version>1.62</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/du</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Disk Usage (DU) - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/du/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/DU.zip'
checksum = '99b69f9d7930ae0fbc85e446b66446b2bc3ce344a50976f80d717f64aeec4d7b'
checksum = '5aa85919ce064a93fdbbcba405ae9cbdfc923d0ff8b521bb9007f7693559921c'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/livekd/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-v5.4-blue)](https://docs.microsoft.com/sysinternals/downloads/livekd)
[![Software version](https://img.shields.io/badge/Source-v5.63-blue)](https://docs.microsoft.com/sysinternals/downloads/livekd)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/livekd?label=Chocolatey)](https://chocolatey.org/packages/livekd)

Run the Kd and Windbg Microsoft kernel debuggers, which are part of the [Debugging Tools for Windows package](https://www.microsoft.com/whdc/devtools/debugging/default.mspx),
Expand Down
4 changes: 2 additions & 2 deletions automatic/livekd/livekd.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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/2015/06/nuspec.xsd">
<metadata>
<id>livekd</id>
<version>5.4</version>
<version>5.63</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/livekd</packageSourceUrl>
<owners>dgalbraith</owners>
<title>LiveKd - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/livekd/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/LiveKD.zip'
checksum = '334823D4113F2CB41326A934721138C6B595AD6B429A00708AEDEA68E24773F8'
checksum = '334823d4113f2cb41326a934721138c6b595ad6b429a00708aedea68e24773f8'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/logonsessions/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/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-v1.40-blue)](https://docs.microsoft.com/sysinternals/downloads/logonsessions)
[![Software version](https://img.shields.io/badge/Source-v1.41-blue)](https://docs.microsoft.com/sysinternals/downloads/logonsessions)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/logonsessions?label=Chocolatey)](https://chocolatey.org/packages/logonsessions)

If you think that when you logon to a system there's only one active logon session, this utility will surprise you. It
Expand Down
2 changes: 1 addition & 1 deletion automatic/logonsessions/logonsessions.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>logonsessions</id>
<version>1.40</version>
<version>1.41</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/logonsessions</packageSourceUrl>
<owners>dgalbraith</owners>
<title>LogonSessions - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/logonsessions/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/logonSessions.zip'
checksum = '19585B9D74A403CD0D5F7DBFE6E226B264816EB0CBD9A90BC030CFDD5D6ABBEC'
checksum = '19585b9d74a403cd0d5f7dbfe6e226b264816eb0cbd9a90bc030cfdd5d6abbec'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/pipelist/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/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-v1.01-blue)](https://docs.microsoft.com/sysinternals/downloads/logonsessions)
[![Software version](https://img.shields.io/badge/Source-v1.02-blue)](https://docs.microsoft.com/sysinternals/downloads/logonsessions)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/pipelist?label=Chocolatey)](https://chocolatey.org/packages/pipelist)

Displays the named pipes on your system, including the number of maximum instances and active instances for each pipe.
Expand Down
2 changes: 1 addition & 1 deletion automatic/pipelist/pipelist.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>pipelist</id>
<version>1.01</version>
<version>1.02</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/pipelist</packageSourceUrl>
<owners>dgalbraith</owners>
<title>PipeList - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pipelist/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/PipeList.zip'
checksum = 'b03e6c90d2a4f49ce0cc543ba487d23fc9dbf974'
checksum = '7bfef3046bfcce3efa666c4ae235b3a903ddc8ddba830a5c3ee4178e0a712b8d'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/rammap/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/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-v1.52-blue)](https://docs.microsoft.com/sysinternals/downloads/rammap)
[![Software version](https://img.shields.io/badge/Source-v1.60-blue)](https://docs.microsoft.com/sysinternals/downloads/rammap)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/rammap?label=Chocolatey)](https://chocolatey.org/packages/rammap)

Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how
Expand Down
2 changes: 1 addition & 1 deletion automatic/rammap/rammap.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>rammap</id>
<version>1.52</version>
<version>1.60</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/rammap</packageSourceUrl>
<owners>dgalbraith</owners>
<title>RAMMap - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rammap/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/RAMMap.zip'
checksum = 'f24e56d116936037ddb390ebe419ed339401ec1bf7cec5001048c2b60bc0c137'
checksum = 'a003c2245a732e56dab1efc7273abb457f8054b9c9641d5d686de60b84533e98'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vmmap/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/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-v3.25-blue)](https://docs.microsoft.com/sysinternals/downloads/vmmap)
[![Software version](https://img.shields.io/badge/Source-v3.31-blue)](https://docs.microsoft.com/sysinternals/downloads/vmmap)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/vmmap?label=Chocolatey)](https://chocolatey.org/packages/vmmap)

VMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a process's committed virtual
Expand Down
2 changes: 1 addition & 1 deletion automatic/vmmap/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/VMMap.zip'
checksum = 'ba65e6c8c5c4ded122d577c671d651e99d4151b5619475154e5c2bf3cd04588e'
checksum = 'e23baef492dfeb974ef42f07c3835fac7456a326ab20a7f2442e25d3d7d07273'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vmmap/vmmap.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>vmmap</id>
<version>3.25</version>
<version>3.31</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vmmap</packageSourceUrl>
<owners>dgalbraith</owners>
<title>VMMap - Windows Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/whois/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/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-v1.20-blue)](https://docs.microsoft.com/sysinternals/downloads/whois)
[![Software version](https://img.shields.io/badge/Source-v1.21-blue)](https://docs.microsoft.com/sysinternals/downloads/whois)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/whois?label=Chocolatey)](https://chocolatey.org/packages/whois)

Whois performs a registration record lookup for the specified domain name or IP address.
Expand Down
2 changes: 1 addition & 1 deletion automatic/whois/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/WhoIs.zip'
checksum = 'f4965fc138de2441999c7ad705f15d5274be8e5343f915ae11e1b7daa6ba5228'
checksum = '43d82eb09a93c788030b31668a1b578d4953c52875dccf5c5ebc98059fa834a1'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/whois/whois.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>whois</id>
<version>1.20</version>
<version>1.21</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/whois</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Whois - Windows Sysinternals</title>
Expand Down
Loading

0 comments on commit 1877562

Please sign in to comment.