Skip to content

Commit

Permalink
AU: 5 updated - beekeeper-studio beekeeper-studio.install beekeeper-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Aug 31, 2021
1 parent 3b3ae2b commit 00399f7
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 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-v1.13.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.13.2)
[![Software version](https://img.shields.io/badge/Source-v2.0.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.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>1.13.2</version>
<version>2.0.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/v1.13.2</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.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-1.13.2.exe using
and download the installer Beekeeper-Studio-Setup-2.0.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/v1.13.2/Beekeeper-Studio-Setup-1.13.2.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v2.0.0/Beekeeper-Studio-Setup-2.0.0.exe

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

File64: Beekeeper-Studio-Setup-1.13.2.exe
File64: Beekeeper-Studio-Setup-2.0.0.exe
Type64: sha256
Checksum64: 25B21F58D0AF6F8549282D9A30500776F1746314F8C325277D0C7D841DC2089B
Checksum64: C1E97FE15A7E076D9C61DFD99830BA21B7EBC10A40E5F18BED9BA8F43E07A717

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-1.13.2.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-2.0.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-v1.13.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.13.2)
[![Software version](https://img.shields.io/badge/Source-v2.0.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.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>1.13.2</version>
<version>2.0.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/v1.13.2</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.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-1.13.2-portable.exe using
and download the application Beekeeper-Studio-2.0.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/v1.13.2/Beekeeper-Studio-1.13.2-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v2.0.0/Beekeeper-Studio-2.0.0-portable.exe

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

File64: Beekeeper-Studio-1.13.2-portable.exe
File64: Beekeeper-Studio-2.0.0-portable.exe
Type64: sha256
Checksum64: 8FF50D78797620E0864305ED5C5C7D04764934F6E0F42C5DBB6DF5E8D0D9A930
Checksum64: 1E44BDDF7B9D35A356EE6DC843BD14F6C8EC7E6979151FFEE9649438B0E5BD3C

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-1.13.2-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-2.0.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-1.13.2-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-2.0.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-v1.13.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.13.2)
[![Software version](https://img.shields.io/badge/Source-v2.0.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.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>1.13.2</version>
<version>2.0.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/v1.13.2</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.0.0</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[1.13.2]" />
<dependency id="beekeeper-studio.install" version="[2.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-drawio/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=hediet.vscode-drawio

and download the extension hediet.vscode-drawio-1.6.1.vsix using the Download Extension link
and download the extension hediet.vscode-drawio-1.6.2.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/vsciot-vscode/vsextensions/vscode-drawio/1.6.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.6.2/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.6.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.6.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.6.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.6.2.vsix

Type: sha256
Checksum: BC060B51E5D5E1230EC45E2C282CE995F058760E99030C0C9B532510B9A58CF6
Checksum: F71917E9A36663B679F2CAB8C669027F6BAF00397585718FBCB15EA470ABCDCA

Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/vscode-drawio/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\hediet.vscode-drawio-1.6.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.6.2.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-drawio/vscode-drawio.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-drawio</id>
<version>1.6.1</version>
<version>1.6.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Draw.io VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-react-native/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.6.0"
Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.6.1"
2 changes: 1 addition & 1 deletion automatic/vscode-react-native/vscode-react-native.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-react-native</id>
<version>1.6.0</version>
<version>1.6.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native</packageSourceUrl>
<owners>dgalbraith</owners>
<title>React Native Tools VSCode Extension</title>
Expand Down

0 comments on commit 00399f7

Please sign in to comment.