Skip to content

Commit

Permalink
AU: 2 updated - usbdeview vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 9, 2022
1 parent 35573a4 commit 9571b16
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.02-blue.svg)](https://www.nirsoft.net/utils/usb_devices_view.html)
[![Software version](https://img.shields.io/badge/Source-v3.03-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: 7D57DF95DAC449A9C021F8E774F4E7D7D22F8AB82BC5852F29873D3B58C27184
Checksum32: 6ED4ABB6A3E530E6352D74DF4E97C37961921D57B5850BBD804094CD491590B6

- 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: 1802ECCDC6EED1F1B5B50C59344677394C1B4A0590FE34450909AD13E3823CDD
Checksum64: D42BC343BD09C324545B46DE69A0EE6B659FBA5299F9BE44BB06CA1129009F8D

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.02</version>
<version>3.03</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-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1000982126'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1001001004'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.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>vscode-jupyter</id>
<version>2022.4.1000982126</version>
<version>2022.4.1001001004</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down

0 comments on commit 9571b16

Please sign in to comment.