Skip to content

Commit

Permalink
AU: 4 updated - sqlean vscode-java vscode-jupyter vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 3, 2024
1 parent 93cde51 commit a0d2b41
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
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.21.9-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.21.9)
[![Software version](https://img.shields.io/badge/Source-v0.21.10-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.21.10)
[![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.21.9
https://github.com/nalgeon/sqlean/releases/tag/0.21.10

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.21.9/sqlean-win-x64.zip
https://github.com/nalgeon/sqlean/releases/download/0.21.10/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:455859D406ACAD0F31F474F5D3EF72821B8152E6D80A6A30BBC51B246F7B7666
Checksum:BB6ED849BB2F6F9914F333EBCEE29E23C0329BCF17F1BE214BF5497B969A8572

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.21.9</version>
<version>0.21.10</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.21.9</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.21.10</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
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.2024013108.vsix using the Download Extension link
and download the extension redhat.java-1.28.2024020208.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.2024013108/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.28.2024020208/vspackage

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

Type: sha256
Checksum: EF8EC89CA7EC72DC42C598DDFEACEAC7B3EA580DFB2CF18DF4D3CF4D1BE5B3EE
Checksum: BC9938A4913FC5FDD102BDFE7C11EF4F6196855E40C595E0440F416EC4871BAE

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.2024013108.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.28.2024020208.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.2024013108</version>
<version>1.28.2024020208</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-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modifications may be needed in the VS Code language extensions.

## Notes

* This package requires Visual Studio Code 1.86.0 or newer.
* This package requires Visual Studio Code 1.87.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-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@2024.1.2024012502'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024020201'
4 changes: 2 additions & 2 deletions 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>2024.1.2024012502</version>
<version>2024.2.2024020201</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 All @@ -29,7 +29,7 @@ modifications may be needed in the VS Code language extensions.
## Notes
* This package requires Visual Studio Code 1.86.0 or newer.
* This package requires Visual Studio Code 1.87.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-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-2023.25.10292213.vsix using the Download Extension link
and download the package ms-python.python-2024.0.0.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/2023.25.10292213/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.0.0/vspackage

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

Type: sha256
Checksum: 5E2784841436F93869F5365BB7BD62ECA6CFBAB9C817389A9FD48A7E07142827
Checksum: D6E0B798D41186282FB3DE78397FA949BED502712C7BB9E3A4A18265B2F8C16B

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-2023.25.10292213.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.0.0.vsix"
2 changes: 1 addition & 1 deletion 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>2023.25.10292213</version>
<version>2024.0.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit a0d2b41

Please sign in to comment.