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 Apr 1, 2022
1 parent 1bc45e7 commit a2f2ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.75</version>
<version>1.76</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 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 = 'a5bb46d077db9662d4eaa16a85636b1a6a75786f7cf0f089197f5efa86d65948'
$checksum32 = '44b14fd19e6752b5f29b1e00e16482d9a3b852f47bc8280cda25d7c7e4a5c6a8'
$checksumType32 = 'sha256'
$url64 = 'http://www.nirsoft.net/utils/devmanview-x64.zip'
$checksum64 = 'fb4eff5b3730a4014aa4406f4ad49a658761a8ebff43b6613bfcd3cd739768d1'
$checksum64 = 'a7dd51ea5ab57fe2f686fbb8dc0d5e96207d77d317da9e83c636f98bda4c5a4c'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a2f2ee5

Please sign in to comment.