Skip to content

Commit

Permalink
(gh-181) Add missing updates
Browse files Browse the repository at this point in the history
A small number of changes were lost in a merge from master.  Updating
the branch prior to merge to ensure no updates are lost.
  • Loading branch information
dgalbraith committed Jan 16, 2021
1 parent ae38634 commit 66a87fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/usbdeview/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-freeware-orange)](https://www.nirsoft.net/utils/usb_devices_view.html)
[![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.00-blue.svg)](https://www.nirsoft.net/utils/usb_devices_view.html)
[![Software version](https://img.shields.io/badge/Source-v3.01-blue.svg)](https://www.nirsoft.net/utils/usb_devices_view.html)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/usbdeview?label=Chocolatey)](https://chocolatey.org/packages/usbdeview)

USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used.
Expand Down
4 changes: 2 additions & 2 deletions automatic/usbdeview/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Alternatively the archives can be downloaded directly from

File32: usbdeview.zip
ChecksumType32: sha256
Checksum32: CACAF696AB81949478CECDA322518EC41D38F336E08D2EEEEC205AAF990C559B
Checksum32: 8305BC7FB568395D484B6C1FF84D1C8D12454307F9D2906D54D19EA8B385771C

- Use powershell function 'Get-Filehash' - Get-Filehash usbdeview-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f usbdeview-x64.zip

File64: usbdeview-x64.zip
ChecksumType64: sha256
Checksum64: 4E693EC08DAB05D1388F380C4CE0FC3D3EE4B165716CFACE7EA08D004D57295D
Checksum64: BC64EB677027F19E8BADE7EEABA9B0B820D524AEEC42C7EE92E3FD651CCF3D7A

Contents of file LICENSE.txt is obtained from https://www.nirsoft.net/utils/usb_devices_view.html
2 changes: 1 addition & 1 deletion automatic/usbdeview/usbdeview.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>usbdeview</id>
<version>3.00</version>
<version>3.01</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/usbdeview</packageSourceUrl>
<owners>dgalbraith</owners>
<title>USBDeview - List USB Devices</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Notes

* This package requires Visual Studio Code 1.41.0 or newer.
* This package requires Visual Studio Code 1.46.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/vscode-prettier.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## Notes
* This package requires Visual Studio Code 1.41.0 or newer.
* This package requires Visual Studio Code 1.46.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down

0 comments on commit 66a87fc

Please sign in to comment.