Skip to content

Commit

Permalink
AU: 2 updated - wirelessnetview.install wirelessnetview.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 24, 2018
1 parent d647609 commit cfe73e2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/wirelessnetview.install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-packages-template@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png" width="48" height="48"/> [wirelessnetview.install](https://chocolatey.org/packages/wirelessnetview.install)
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png" width="48" height="48"/> [wirelessnetview.install](https://chocolatey.org/packages/wirelessnetview.install)

WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.

Expand Down
4 changes: 2 additions & 2 deletions automatic/wirelessnetview.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.nirsoft.net/utils/wnetwatcher_setup.exe'
$checksum = 'a26d4aab7230a55fcb02c24310425529973ee14a8c078de9b0398828c033c8bc'
$url = 'http://www.nirsoft.net/utils/wirelessnetview_setup.exe'
$checksum = '33679ef67fc0d30ee5462fe1a4f1401b6a822a355719babb018a49b75edbe764'
$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>1.75</version>
<version>1.75.0.20181224</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 @@ -37,7 +37,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<authors>Nir Sofer</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>http://www.nirsoft.net/utils/wireless_network_view.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-packages-template@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png</iconUrl>
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>NirSoft</copyright>
<tags>wifi network monitor admin</tags>
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/wirelessnetview.install</packageSourceUrl>
<docsUrl>http://www.nirsoft.net/utils/wireless_network_view.html</docsUrl>
<summary>Wireless Network Monitoring Software</summary>
<description>WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.
<description><![CDATA[WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.
For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm, Cipher Algorithm, MAC Address, RSSI, Channel Frequency, Channel Number, and more.
Expand All @@ -57,7 +57,8 @@ Please read this [blog post](http://blog.nirsoft.net/2009/05/17/antivirus-compan
**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
2 changes: 1 addition & 1 deletion automatic/wirelessnetview.portable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-packages-template@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png" width="48" height="48"/> [wirelessnetview.portable](https://chocolatey.org/packages/wirelessnetview.portable)
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png" width="48" height="48"/> [wirelessnetview.portable](https://chocolatey.org/packages/wirelessnetview.portable)

WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.nirsoft.net/utils/wnetwatcher.zip'
$checksum = '289df1a9f7a7e026451eafae531964a575245774011376bc20b5b857971cb156'
$url = 'http://www.nirsoft.net/utils/wirelessnetview.zip'
$checksum = 'd33aca4977de8dfaaa859813d21fe7d20709f80ace32302891b604fdc0c6ff78'
$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>1.75</version>
<version>1.75.0.20181224</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 @@ -37,7 +37,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<authors>Nir Sofer</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>http://www.nirsoft.net/utils/wireless_network_view.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-packages-template@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@355d7ce6ca37378aa523127e7f4200685ad58121/icons/wirelessnetview.png</iconUrl>
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>NirSoft</copyright>
<tags>wifi network monitor</tags>
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/wirelessnetview.portable</packageSourceUrl>
<docsUrl>http://www.nirsoft.net/utils/wireless_network_view.html</docsUrl>
<summary>Wireless Network Monitoring Software</summary>
<description>WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.
<description><![CDATA[WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you.
For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm, Cipher Algorithm, MAC Address, RSSI, Channel Frequency, Channel Number, and more.
Expand All @@ -57,7 +57,8 @@ Please read this [blog post](http://blog.nirsoft.net/2009/05/17/antivirus-compan
**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

0 comments on commit cfe73e2

Please sign in to comment.