Skip to content

Commit

Permalink
AU: 4 updated - beekeeper-studio beekeeper-studio.portable vscode-has…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 17, 2024
1 parent fdd6206 commit 4902995
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
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.1.10-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.10)
[![Software version](https://img.shields.io/badge/Source-v4.1.13-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.13)
[![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.1.10</version>
<version>4.1.13</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.1.10</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.13</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.1.10-portable.exe using
and download the application Beekeeper-Studio-4.1.13-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.1.10/Beekeeper-Studio-4.1.10-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.1.13/Beekeeper-Studio-4.1.13-portable.exe

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

File64: Beekeeper-Studio-4.1.10-portable.exe
File64: Beekeeper-Studio-4.1.13-portable.exe
Type64: sha256
Checksum64: 82E02205B75577A64285F5CA02FEFCD384D0BE04D7BF5EDC0F9ACCAF81756B75
Checksum64: 347A29292FB5DBADF8150CB55846D7303966DFE130CF0058C8078E7DB2F5F101

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.1.10-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-4.1.13-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.1.10-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-4.1.13-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.1.10-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.10)
[![Software version](https://img.shields.io/badge/Source-v4.1.13-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.13)
[![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.1.10</version>
<version>4.1.13</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.1.10</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.13</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[4.1.10]" />
<dependency id="beekeeper-studio.install" version="[4.1.13]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-haskell/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=haskell.haskell

and download the extension haskell.haskell-2.5.1.vsix using the Download Extension link
and download the extension haskell.haskell-2.5.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/haskell/vsextensions/haskell/2.5.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/haskell/vsextensions/haskell/2.5.2/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.5.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.5.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.5.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.5.2.vsix

Type: sha256
Checksum: BF9D6AD236785885194CF413B7BA0C8FAD3F2E4C16EBB1C4943C6AFE6FD2C2BF
Checksum: 7889D02474261231FE04FC98DB8D3B47825CBBE2599709902DD2E773941FF926

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/haskell.haskell/license
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/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\haskell.haskell-2.5.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-2.5.2.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/vscode-haskell.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-haskell</id>
<version>2.5.1</version>
<version>2.5.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-haskell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Haskell 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.27.2024011308.vsix using the Download Extension link
and download the extension redhat.java-1.27.2024011608.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.27.2024011308/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.27.2024011608/vspackage

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

Type: sha256
Checksum: 50425B6283EFDECF6650CAF035D2AEF13C7A92CC6DE52EC9B58A298CB21A8B8C
Checksum: CB13492ECDBF47639EF2C9DB5A60DFD8451B6B37965DBC52A7127756C3F19568

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.27.2024011308.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.27.2024011608.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.27.2024011308</version>
<version>1.27.2024011608</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

0 comments on commit 4902995

Please sign in to comment.