Skip to content

Commit

Permalink
AU: 3 updated - windowinspector windowinspector.install windowinspect…
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Oct 20, 2021
1 parent 109b4e7 commit 4bc9708
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/windowinspector.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspectorSetup-2.7.exe'
$checksum = 'a2ee0a1a99f0ea1df9f42db2c18a673bf14482cfd9a975d436bc0c6f9d444ff3'
$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspectorSetup-2.7.1.exe'
$checksum = '634ae35e4940da7bc8d8d136d26680bdd949d945b5ce6bc8e2e7b25697b2d9b2'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>2.7</version>
<version>2.7.1</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>virtualex</owners>
<!-- ============================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspector-2.7.zip'
$checksum = '3dc9f077e46c05fbae7aaf3269b60b141a23dbb7a2f297d877918ff4d06f1437'
$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspector-2.7.1.zip'
$checksum = 'aad5212be78ad9b3bbf4b7809227b6c52c8ce43fc4b7b6dfd9e0abf9876df26f'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>2.7</version>
<version>2.7.1</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>virtualex</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/windowinspector/windowinspector.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>2.7</version>
<version>2.7.1</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>virtualex</owners>
<!-- ============================== -->
Expand Down Expand Up @@ -57,7 +57,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="windowinspector.install" version="[2.7]" />
<dependency id="windowinspector.install" version="[2.7.1]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit 4bc9708

Please sign in to comment.