Skip to content

Commit

Permalink
AU: 6 updated - sqlean sqlean-shell sqlite-shell-x64 vscode-java vsco…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 13, 2024
1 parent 013b8c2 commit 5c8723c
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion automatic/sqlean-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/nalgeon/sqlite/blob/main/LICENSE)
[![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.45.1-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.1)
[![Software version](https://img.shields.io/badge/Source-v3.46.0-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.46.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlean-shell?label=Chocolatey)](https://chocolatey.org/packages/sqlean-shell)

sqlean shell is SQLite shell bundled with a collection of [essential extensions](https://github.com/nalgeon/sqlean#main-set)
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlean-shell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nalgeon/sqlite/releases/tag/3.45.1
https://github.com/nalgeon/sqlite/releases/tag/3.46.0

and download the file sqlean.exe using the link on the page.

Alternatively the file can be downloaded directly from

https://github.com/nalgeon/sqlite/releases/tag/3.45.1/sqlean.exe
https://github.com/nalgeon/sqlite/releases/tag/3.46.0/sqlean.exe

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

File: sqlean.exe
Type: sha256
Checksum:44A3390C595450E705ECB79AC3D95C53855634D6CE1F45C76608BDE866FCF7B3
Checksum:839666732A1F1DDA3723A19E4196B234629FE0D892A2F38FB86D8B0BBD82E1C5

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlite/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlean-shell/sqlean-shell.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>sqlean-shell</id>
<version>3.45.1</version>
<version>3.46.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlean-shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite shell bundled with essential sqlean extensions</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ e.g. `choco install -y sqlean-shell --package-parameters="/AddToDesktop /User"`
correctly.
]]></description>
<releaseNotes>https://github.com/nalgeon/sqlite/releases/tag/3.45.1</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlite/releases/tag/3.46.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/nalgeon/sqlean/blob/main/LICENSE)
[![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-v0.23.0-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.23.0)
[![Software version](https://img.shields.io/badge/Source-v0.24.0-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.24.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlean?label=Chocolatey)](https://chocolatey.org/packages/sqlean)

SQLite has few functions compared to other database management systems. SQLite
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlean/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nalgeon/sqlean/releases/tag/0.23.0
https://github.com/nalgeon/sqlean/releases/tag/0.24.0

and download the archive sqlean-win-x64.zip using the link on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nalgeon/sqlean/releases/download/0.23.0/sqlean-win-x64.zip
https://github.com/nalgeon/sqlean/releases/download/0.24.0/sqlean-win-x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 sqlean-win-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f sqlean-win-x64.zip

File: sqlean-win-x64.zip
Type: sha256
Checksum:C845D9E81CEA97D524F994199612174BF949603DE985CA03995FE3842A8751F3
Checksum:2B3BE21D83712942C5D4D16857B1BAF956634A44BD17981A14FB4E96055FC0B5

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlean/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlean/sqlean.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>sqlean</id>
<version>0.23.0</version>
<version>0.24.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlean</packageSourceUrl>
<owners>dgalbraith</owners>
<title>sqlean - all the missing sqlite functions</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ kind of standard library for SQLite.
correctly.
]]></description>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.23.0</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.24.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlite-shell-x64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/nalgeon/sqlite/blob/main/LICENSE)
[![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.45.1-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.1)
[![Software version](https://img.shields.io/badge/Source-v3.46.0-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.46.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite-shell-x64?label=Chocolatey)](https://chocolatey.org/packages/sqlite-shell-x64)

SQLite Shell is a command-line shell that allows the user to manually enter and
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlite-shell-x64/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nalgeon/sqlite/releases/tag/3.45.1
https://github.com/nalgeon/sqlite/releases/tag/3.46.0

and download the file sqlite3.exe using the link on the page.

Alternatively the file can be downloaded directly from

https://github.com/nalgeon/sqlite/releases/tag/3.45.1/sqlite3.exe
https://github.com/nalgeon/sqlite/releases/tag/3.46.0/sqlite3.exe

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

File: sqlite3.exe
Type: sha256
Checksum:E9F6B3459BAFCF3F81E243A7A17AD0B1700DF87C8CE4D2423F5349F11813F10B
Checksum:6352451FC0B098D92010FCC9A59E2450FB766F1671CAF153506872B5A0298202

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlite/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlite-shell-x64/sqlite-shell-x64.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>sqlite-shell-x64</id>
<version>3.45.1</version>
<version>3.46.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite-shell-x64</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite shell 64-bit</title>
Expand Down Expand Up @@ -47,7 +47,7 @@ e.g. `choco install -y sqlite-shell-x64 --package-parameters="/AddToDesktop /Use
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/nalgeon/sqlite/releases/tag/3.45.1</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlite/releases/tag/3.46.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-test/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-test

and download the extension vscjava.vscode-java-test-0.41.2024042308.vsix using the Download Extension link
and download the extension vscjava.vscode-java-test-0.41.2024061208.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-test/0.41.2024042308/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.41.2024061208/vspackage

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

Type: sha256
Checksum: 0DCC90647ECB508EDC038722928AC273CADB4FA0221B2728C9D580E97FF2B645
Checksum: A251900B7E028B4E0FDCF4A9C6566DF91A4A517EF83DA6029025BF566089B754

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/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-test-0.41.2024042308.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.41.2024061208.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/vscode-java-test.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-test</id>
<version>0.41.2024042308</version>
<version>0.41.2024061208</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Test Runner 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.32.2024060808.vsix using the Download Extension link
and download the extension redhat.java-1.32.2024061208.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.32.2024060808/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.32.2024061208/vspackage

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

Type: sha256
Checksum: 2AC5479B0F258E624943C64EE465B103D9773EF0E1964F7E0C856963F0715DCC
Checksum: D83CB2E215AE3D7A98AB8F51F0C6B33300FFEF37A09A4A47A5CECD8523CAC020

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.32.2024060808.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.32.2024061208.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.32.2024060808</version>
<version>1.32.2024061208</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
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-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-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.11621011.vsix using the Download Extension link
and download the package ms-python.python-2024.9.11641010.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.11621011/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.9.11641010/vspackage

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

Type: sha256
Checksum: 8FBFDB912CB8203D4469376627065B409C10982377B12B63ABF95E47B590F124
Checksum: AEC99A99355B83A3F47DE5FFB79AF3A6CC7A70A16BA43EA8A2036B2A19CEF276

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/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\ms-python.python-2024.9.11621011.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.9.11641010.vsix"
4 changes: 2 additions & 2 deletions automatic/vscode-python/vscode-python.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-python</id>
<version>2024.9.11621011</version>
<version>2024.9.11641010</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down Expand Up @@ -33,7 +33,7 @@
## 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-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-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

0 comments on commit 5c8723c

Please sign in to comment.