Skip to content

Commit

Permalink
AU: 7 updated - beekeeper-studio beekeeper-studio.install beekeeper-s…
Browse files Browse the repository at this point in the history
…tudio.portable vscode-java-debug vscode-jupyter vscode-prettier vscode-pull-request-github

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/4be617bf8d498cbf6ab210054b21a2b57c7589df
  • Loading branch information
dgalbraith committed Mar 29, 2022
1 parent 4c4d2a7 commit 4cf87d8
Show file tree
Hide file tree
Showing 23 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.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/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/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-v3.2.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1)
[![Software version](https://img.shields.io/badge/Source-v3.3.6-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.install</id>
<version>3.2.1</version>
<version>3.3.6</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Install) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
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>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the installer Beekeeper-Studio-Setup-3.2.1.exe using
and download the installer Beekeeper-Studio-Setup-3.3.6.exe using
the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.1/Beekeeper-Studio-Setup-3.2.1.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.3.6/Beekeeper-Studio-Setup-3.3.6.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.2.1.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.2.1.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.3.6.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.3.6.exe

File64: Beekeeper-Studio-Setup-3.2.1.exe
File64: Beekeeper-Studio-Setup-3.3.6.exe
Type64: sha256
Checksum64: 70ECB6BF510B9BB25FB57841C787AA627E76A38B2E1B64E2C1561086008040DA
Checksum64: 6302EDACD74011E0C0E9E747C219B944116149C3194633E6B5F6595A915677D3

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'Beekeeper Studio*'
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.2.1.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.3.6.exe"
checksumType64 = 'sha256'
silentArgs = @('/S')
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.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/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/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-v3.2.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1)
[![Software version](https://img.shields.io/badge/Source-v3.3.6-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.portable</id>
<version>3.2.1</version>
<version>3.3.6</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Portable) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
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>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the application Beekeeper-Studio-3.2.1-portable.exe using
and download the application Beekeeper-Studio-3.3.6-portable.exe using
the links in the relevant assets section of the page.

Alternatively the application can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.1/Beekeeper-Studio-3.2.1-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.3.6/Beekeeper-Studio-3.3.6-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.2.1-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.2.1-portable.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.3.6-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.3.6-portable.exe

File64: Beekeeper-Studio-3.2.1-portable.exe
File64: Beekeeper-Studio-3.3.6-portable.exe
Type64: sha256
Checksum64: 582B4387E3693777F01329D4E750E9BD97401B6FF0ED653492BE6F17C8C36B4C
Checksum64: 552FE620E0E9A9B0D6B29DA608CF4F764C203ACED67A792A928AD57425868076

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.2.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.3.6-portable.exe'

Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.2.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.3.6-portable.exe'

Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable"
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio/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/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/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-v3.2.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1)
[![Software version](https://img.shields.io/badge/Source-v3.3.6-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
6 changes: 3 additions & 3 deletions automatic/beekeeper-studio/beekeeper-studio.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>beekeeper-studio</id>
<version>3.2.1</version>
<version>3.3.6</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,9 +38,9 @@
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>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[3.2.1]" />
<dependency id="beekeeper-studio.install" version="[3.3.6]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr

## Notes

* This package requires Visual Studio Code 1.57.0 or newer.
* This package requires Visual Studio Code 1.65.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
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.38.0.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.40.0.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.38.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.40.0/vspackage

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

Type: sha256
Checksum: E50C4A1DAEDF647E4C3E45ABCF9842A4FEBA5732026B2C6A13DDA39CF13BB2E4
Checksum: 987F00F600DBF5DD763E130A26DE2D1B94DE4821D1AA1707439E479522B783F4

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.38.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.40.0.vsix"
4 changes: 2 additions & 2 deletions 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.38.0</version>
<version>0.40.0</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 Expand Up @@ -38,7 +38,7 @@
## Notes
* This package requires Visual Studio Code 1.57.0 or newer.
* This package requires Visual Studio Code 1.65.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-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.3.1000861819'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1000900406'
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.3.1000861819</version>
<version>2022.4.1000900406</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-prettier/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=esbenp.prettier-vscode

and download the extension esbenp.prettier-vscode-9.3.0.vsix using the Download Extension link
and download the extension esbenp.prettier-vscode-9.5.0.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/esbenp/vsextensions/prettier-vscode/9.3.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/9.5.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.3.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.3.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.5.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.5.0.vsix

Type: sha256
Checksum: 84980F8D67FB6BCFA5B639974CAF14FCCC2A80866A06399C09F1EC024D86DCF0
Checksum: 2FF8D6EB102727CBFD42AFA2C9023CBAC1ABF01A08091FB610D00C190D39AF40

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/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\esbenp.prettier-vscode-9.3.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-9.5.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/vscode-prettier.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-prettier</id>
<version>9.3.0</version>
<version>9.5.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Prettier Code Formatter 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.39.2022032409.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.39.2022032809.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.39.2022032409/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.39.2022032809/vspackage

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

Type: sha256
Checksum: CE489D3D2E3E0B7456510D8A4D145A18EEB0AA7F401F9D35967DC09B7CFE4F9A
Checksum: D639C9A1847BF7179E75129139FA303D7FC6C8A40E8941E44F3A67DE13412848

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.39.2022032409.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.39.2022032809.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.39.2022032409</version>
<version>0.39.2022032809</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 4cf87d8

Please sign in to comment.