Skip to content

Commit

Permalink
AU: 6 updated - beekeeper-studio beekeeper-studio.install beekeeper-s…
Browse files Browse the repository at this point in the history
…tudio.portable vscode-pull-request-github vscode-python watchman

[skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/4b9347f2b12ff68864dda7201b73590ca0fb5bf3
  • Loading branch information
dgalbraith committed Jun 18, 2024
1 parent 436b8c6 commit 9a4ab52
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 53 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-v4.3.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.3.4)
[![Software version](https://img.shields.io/badge/Source-v4.6.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0)
[![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>4.3.4</version>
<version>4.6.0</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/v4.3.4</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0</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-4.3.4.exe using
and download the installer Beekeeper-Studio-Setup-4.6.0.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/v4.3.4/Beekeeper-Studio-Setup-4.3.4.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.0/Beekeeper-Studio-Setup-4.6.0.exe

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

File64: Beekeeper-Studio-Setup-4.3.4.exe
File64: Beekeeper-Studio-Setup-4.6.0.exe
Type64: sha256
Checksum64: B7B6B6063C7CAFDE1E8FEB402A148E39AA738C0CB258F93EC1E759ABE5B76E85
Checksum64: 7014705A643FA3316802B3E974C99175DE60EF6A227C715B68A88EAB2C1F9FDE

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-4.3.4.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-4.6.0.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-v4.3.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.3.4)
[![Software version](https://img.shields.io/badge/Source-v4.6.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0)
[![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>4.3.4</version>
<version>4.6.0</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/v4.3.4</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0</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-4.3.4-portable.exe using
and download the application Beekeeper-Studio-4.6.0-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/v4.3.4/Beekeeper-Studio-4.3.4-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.0/Beekeeper-Studio-4.6.0-portable.exe

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

File64: Beekeeper-Studio-4.3.4-portable.exe
File64: Beekeeper-Studio-4.6.0-portable.exe
Type64: sha256
Checksum64: 9833010EE8E1F1344D11F519FFC7FA2A5305039491742AF2CF6E60F11E923CF7
Checksum64: B414D7DF3F0F59534991005B48DE944AF4287FE510C164B1EF9DE28E7B29EFCC

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-4.3.4-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-4.6.0-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-4.3.4-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-4.6.0-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-v4.3.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.3.4)
[![Software version](https://img.shields.io/badge/Source-v4.6.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0)
[![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>4.3.4</version>
<version>4.6.0</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/v4.3.4</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.6.0</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[4.3.4]" />
<dependency id="beekeeper-studio.install" version="[4.6.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pull-request-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull

## Notes

* This package requires Visual Studio Code 1.89.0 or newer.
* This package requires Visual Studio Code 1.90.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-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 C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024053108.vsix using the Download Extension link
and download the extension C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.91.2024061713.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.89.2024053108/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.91.2024061713/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024053108.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024053108.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.91.2024061713.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.91.2024061713.vsix

Type: sha256
Checksum: 0347295115267710396B87A0FAD25026EC81B670CFDD6186308951C1F019CDE4
Checksum: E2FF6699CF84DBDA5F8DBDFD614F53A8E405EE043782717D3F8822C22CDE40A4

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\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024053108.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.91.2024061713.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.89.2024053108</version>
<version>0.91.2024061713</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 Expand Up @@ -39,7 +39,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull
## Notes
* This package requires Visual Studio Code 1.89.0 or newer.
* This package requires Visual Studio Code 1.90.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-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ refactoring, variable explorer, test explorer, snippets, and more!

## Notes

* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer.
* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider 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-python/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=ms-python.python

and download the package ms-python.python-2024.9.11661012.vsix using the Download Extension link
and download the package ms-python.python-2024.9.11691012.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/ms-python/vsextensions/python/2024.9.11661012/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.9.11691012/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.9.11661012.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.9.11661012.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.9.11691012.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.9.11691012.vsix

Type: sha256
Checksum: EA947C979AF285F97A475F45296AFDC4D2D071A2EF9570200E510852A8FFA111
Checksum: 8BF430DC8ED33E81F4F96AA52FA933DD64B2AB748368EE4383D3659F621D0D39

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
Loading

0 comments on commit 9a4ab52

Please sign in to comment.