Skip to content

Commit

Permalink
AU: 8 updated - adexplorer fend fend.install fend.portable vscode-jav…
Browse files Browse the repository at this point in the history
…a vscode-java-debug vscode-jupyter vscode-pull-request-github

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/0fc0e9e5d74590a4d4134a83c92cd8b510c87ec4
  • Loading branch information
dgalbraith committed Nov 29, 2022
1 parent 1de0ec8 commit 244b2bf
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion automatic/adexplorer/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-Proprietary-grey.svg)](https://docs.microsoft.com/en-us/sysinternals/license-terms)
[![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-v1.51-blue)](https://docs.microsoft.com/sysinternals/downloads/adexplorer)
[![Software version](https://img.shields.io/badge/Source-v1.52-blue)](https://docs.microsoft.com/sysinternals/downloads/adexplorer)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/adexplorer?label=Chocolatey)](https://chocolatey.org/packages/adexplorer)

Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer
Expand Down
2 changes: 1 addition & 1 deletion automatic/adexplorer/adexplorer.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>adexplorer</id>
<version>1.51</version>
<version>1.52</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/adexplorer</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Active Directory Explorer - Sysinternals</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/adexplorer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://download.sysinternals.com/files/AdExplorer.zip'
checksum = '63c9a57ac7abd64f1fbae0949eebdd8b7132c1a0825c9fce487234aeb6a6f0be'
checksum = '56536bff1e9da136a53f68c6f4f1cd51f79be919a27249a193a2bc8fc472e89a'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.1.2-blue)](https://github.com/printfn/fend/releases/tag/v1.1.2)
[![Software version](https://img.shields.io/badge/Source-v1.1.3-blue)](https://github.com/printfn/fend/releases/tag/v1.1.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.install?label=Chocolatey)](https://community.chocolatey.org/packages/fend.install)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.install/fend.install.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>fend.install</id>
<version>1.1.2</version>
<version>1.1.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Install)</title>
Expand Down Expand Up @@ -54,7 +54,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.3</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/printfn/fend/releases/tag/v1.1.2
https://github.com/printfn/fend/releases/tag/v1.1.3

and download the installer fend-windows-x64.msi using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.1.2/fend-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.1.3/fend-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-windows-x64.msi

File: fend-windows-x64.msi
Type: sha256
Checksum: 2A85A3318984020FC9DFA9107D98EFF503C1FE3B85EBFF46F99BEA20B3487142
Checksum: D3F2F75A64A0D483EF59569C4C1036DDA447ABB60403D2F39E469042B7206281

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
Binary file modified automatic/fend.install/tools/fend-windows-x64.msi
Binary file not shown.
2 changes: 1 addition & 1 deletion automatic/fend.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.1.2-blue)](https://github.com/printfn/fend/releases/tag/v1.1.2)
[![Software version](https://img.shields.io/badge/Source-v1.1.3-blue)](https://github.com/printfn/fend/releases/tag/v1.1.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.portable?label=Chocolatey)](https://community.chocolatey.org/packages/fend.portable)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.portable/fend.portable.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>fend.portable</id>
<version>1.1.2</version>
<version>1.1.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Portable)</title>
Expand Down Expand Up @@ -55,7 +55,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.3</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/println/fend/releases/tag/v1.1.2
https://github.com/println/fend/releases/tag/v1.1.3

and download the archive fend-1.1.2-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.1.3-windows-x64-exe.zip using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.1.2/fend-1.1.2-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.1.3/fend-1.1.3-windows-x64-exe.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.1.2-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.1.2-windows-x64-exe.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.1.3-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.1.3-windows-x64-exe.zip

File: fend-1.1.2-windows-x64-exe.zip
File: fend-1.1.3-windows-x64-exe.zip
Type: sha256
Checksum: CAA5402932715C1A6F7E331517CE7031E53D0D74E2570018077DCD11E4C28009
Checksum: 186D900F51B7E19EF7FF6B6E7642C7390C087F2AA34F434E78F2EC7A5F7CCEA8

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

Uninstall-BinFile -Name 'fend' -Path 'fend.exe'

$zipFileName = "$packageDir/fend-1.1.2-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.1.3-windows-x64-exe.zip"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'fend-1.1.2-windows-x64-exe.zip'
$archive = Join-Path $toolsDir 'fend-1.1.3-windows-x64-exe.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.1.2-blue)](https://github.com/printfn/fend/releases/tag/v1.1.2)
[![Software version](https://img.shields.io/badge/Source-v1.1.3-blue)](https://github.com/printfn/fend/releases/tag/v1.1.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend?label=Chocolatey)](https://community.chocolatey.org/packages/fend)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend/fend.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>fend</id>
<version>1.1.2</version>
<version>1.1.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
Expand Down Expand Up @@ -54,9 +54,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.1.3</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.1.2]" />
<dependency id="fend.install" version="[1.1.3]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug

and download the extension vscjava.vscode-java-debug-0.46.2022112102.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.47.2022112823.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.46.2022112102/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.47.2022112823/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.46.2022112102.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.46.2022112102.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.47.2022112823.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.47.2022112823.vsix

Type: sha256
Checksum: 4550561922C5D5D14D62FA08999B0C6BA890499080642FF8DFAF112679A64674
Checksum: A4E02D7C106025AA0EE069144C889513AC034487AB2C46D378A59C2DD89D935A

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.46.2022112102.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.47.2022112823.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-java-debug</id>
<version>0.46.2022112102</version>
<version>0.47.2022112823</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=redhat.java

and download the extension redhat.java-1.13.2022112603.vsix using the Download Extension link
and download the extension redhat.java-1.13.2022112803.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.13.2022112603/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.13.2022112803/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.13.2022112603.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.13.2022112603.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.13.2022112803.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.13.2022112803.vsix

Type: sha256
Checksum: B2971D19A8BC46357F45B1E5C9E87A801016B465664FC9FB364D9D31C4A9C683
Checksum: 6AADEA4814C7E8175F2F5C385E656579EA13D179EB6ADCDA81D11669371765B1

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.13.2022112603.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.13.2022112803.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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-java</id>
<version>1.13.2022112603</version>
<version>1.13.2022112803</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</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.11.1003311028'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.11.1003341028'
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.11.1003311028</version>
<version>2022.11.1003341028</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
10 changes: 5 additions & 5 deletions automatic/vscode-pull-request-github/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

and download the extension GitHub.vscode-pull-request-github-0.55.2022112511.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.55.2022112809.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.55.2022112511/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.55.2022112809/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.55.2022112511.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.55.2022112511.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.55.2022112809.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.55.2022112809.vsix

Type: sha256
Checksum: 681AA53BF168402B34D0B4B4B31EE26207D8CA904BBCAFE6C231D7AA4CFCC3C9
Checksum: 75AE889816ED5E56CFDCE1B23445BD0F9BE7A0E5B8755288512E162D8EFA39AE

Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.55.2022112511.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.55.2022112809.vsix"
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-pull-request-github</id>
<version>0.55.2022112511</version>
<version>0.55.2022112809</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github</packageSourceUrl>
<owners>dgalbraith</owners>
<title>GitHub Pull Requests and Issues VSCode Extension</title>
Expand Down

0 comments on commit 244b2bf

Please sign in to comment.