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 Feb 26, 2022
1 parent 4c1bd29 commit c994899
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 38 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.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.0)
[![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)
[![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.0</version>
<version>3.2.1</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.0</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</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.0.exe using
and download the installer Beekeeper-Studio-Setup-3.2.1.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.0/Beekeeper-Studio-Setup-3.2.0.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.1/Beekeeper-Studio-Setup-3.2.1.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.2.0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.2.0.exe
- 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

File64: Beekeeper-Studio-Setup-3.2.0.exe
File64: Beekeeper-Studio-Setup-3.2.1.exe
Type64: sha256
Checksum64: 4E61D042760C4CA0836ACC9CD23FB80472DA9CE48287F387E9AD3CB70C732E35
Checksum64: 70ECB6BF510B9BB25FB57841C787AA627E76A38B2E1B64E2C1561086008040DA

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.0.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.2.1.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.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.0)
[![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)
[![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.0</version>
<version>3.2.1</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.0</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</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.0-portable.exe using
and download the application Beekeeper-Studio-3.2.1-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.0/Beekeeper-Studio-3.2.0-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.1/Beekeeper-Studio-3.2.1-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.2.0-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.2.0-portable.exe
- 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

File64: Beekeeper-Studio-3.2.0-portable.exe
File64: Beekeeper-Studio-3.2.1-portable.exe
Type64: sha256
Checksum64: EAE79B935352E06E7715BB757F78EC2F801FDFF46D22FF9D67C28DB86D095755
Checksum64: 582B4387E3693777F01329D4E750E9BD97401B6FF0ED653492BE6F17C8C36B4C

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.0-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.2.1-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.0-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.2.1-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.0-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.0)
[![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)
[![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.0</version>
<version>3.2.1</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.0</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[3.2.0]" />
<dependency id="beekeeper-studio.install" version="[3.2.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/calibre-dedrm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/license-GPLv3-blue)](https://www.gnu.org/licenses/gpl-3.0.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-v10.0.1-blue)](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.1)
[![Software version](https://img.shields.io/badge/Source-v10.0.2-blue)](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/calibre-dedrm?label=Chocolatey)](https://chocolatey.org/packages/calibre-dedrm)

DeDRM is a plugin for Calibre that removes DRM from ebooks as they are imported into Calibre.
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre-dedrm/calibre-dedrm.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>calibre-dedrm</id>
<version>10.0.1</version>
<version>10.0.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/calibre-dedrm</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DeDRM - Calibre DRM Removal Plugin</title>
Expand Down Expand Up @@ -50,7 +50,7 @@ parasite.
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/noDRM/DeDRM_tools/releases/tag/v10.0.1</releaseNotes>
<releaseNotes>https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
14 changes: 7 additions & 7 deletions automatic/calibre-dedrm/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ be verified by:

1. Go to the binary distribution page

https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.1
https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.2

and download the archive DeDRM_tools_10.0.1.zip using the relevant links in the
and download the archive DeDRM_tools_10.0.2.zip using the relevant links in the
asset section of the distribution page.

Alternatively the distribution can be downloaded directly from

https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.1/DeDRM_tools_10.0.1.zip
https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.2/DeDRM_tools_10.0.2.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash DeDRM_tools_10.0.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f DeDRM_tools_10.0.1.zip
- Use powershell function 'Get-Filehash' - Get-Filehash DeDRM_tools_10.0.2.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f DeDRM_tools_10.0.2.zip

File: DeDRM_tools_10.0.1.zip
File: DeDRM_tools_10.0.2.zip
ChecksumType: sha256
Checksum: 4C55661DFB12EF52FE6892C957697DA1D0C6DD98EA23A5281D077CD03EC40A4B
Checksum: 2009ABE968460E41188454331901E62A57E459629B2DA9D7088FE003BF3E8CE3

Contents of file LICENSE.txt is obtained from https://github.com/noDRM/DeDRM_tools/blob/master/DeDRM_plugin/__init__.py
and https://www.gnu.org/licenses/gpl-3.0.txt
2 changes: 1 addition & 1 deletion automatic/calibre-dedrm/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath = Join-Path $toolsDir 'DeDRM_tools_10.0.1.zip'
FileFullPath = Join-Path $toolsDir 'DeDRM_tools_10.0.2.zip'
Destination = $toolsDir
}

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.2.1010561006'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.2.1010571005'
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.2.1010561006</version>
<version>2022.2.1010571005</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 c994899

Please sign in to comment.