Skip to content

Commit

Permalink
AU: 1 updated - devmanview
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 15, 2019
1 parent 7d4776e commit cafc41f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions automatic/devmanview/devmanview.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>1.56</version>
<version>1.60</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,7 +47,7 @@ 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/devmanview</packageSourceUrl>
<docsUrl>http://www.nirsoft.net/utils/device_manager_view.html</docsUrl>
<summary>Alternative to Windows Device Manager</summary>
<description>DevManView is an alternative to the standard Device Manager of Windows, which displays all devices and their properties in flat table, instead of tree viewer.
<description><![CDATA[DevManView is an alternative to the standard Device Manager of Windows, which displays all devices and their properties in flat table, instead of tree viewer.
In addition to displaying the devices of your local computer, DevManView also allows you view the devices list of another computer on your network, as long as you have administrator access rights to this computer.
Expand All @@ -57,7 +57,8 @@ This feature can be useful if you have Windows operating system with booting pro
**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
4 changes: 2 additions & 2 deletions automatic/devmanview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'http://www.nirsoft.net/utils/devmanview.zip'
$checksum32 = '991a790b16a9d5830a7427ca3b534581b57c2d505fbafda466b94de5717cf2c4'
$checksum32 = '7c25b83aaf28c9ea45767ed73f6fe88c7865029e7476c87c11a0cb2a40ffef7d'
$checksumType32 = 'sha256'
$url64 = 'http://www.nirsoft.net/utils/devmanview-x64.zip'
$checksum64 = '2608d1373069ecee11b635293b13419dbb7644435a0cc47cdb398c3dd0496809'
$checksum64 = '1e2b044825724049b083ee797a4dfc3c2609e2bd9a0b66319f8e285f33822567'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit cafc41f

Please sign in to comment.