Skip to content

Commit

Permalink
AU: 3 updated - kindle vscode-java vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Aug 5, 2022
1 parent ac576a5 commit 355f8d0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/kindle/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-Proprietary-lightgrey)](https://www.amazon.com/gp/help/customer/display.html?nodeId=200499360)
[![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-1.37.65274-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Software version](https://img.shields.io/badge/source-1.38.65290-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kindle?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

Your library on your PC - read your books on your PC with the free Kindle app.
Expand Down
2 changes: 1 addition & 1 deletion automatic/kindle/kindle.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>kindle</id>
<version>1.37.65274</version>
<version>1.38.65290</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kindle</packageSourceUrl>
<owners>dgalbraith, Anthony Mastrean, mew1033</owners>
<title>Kindle for PC - A Free Kindle Reader for your PC</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kindle/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://kindleforpc.s3.amazonaws.com/65274/KindleForPC-installer-1.37.65274.exe'
checksum = '11f6501142960337f7106ce6acfe9ec26d6d3289c5190b3f154272b2517de760'
url = 'https://kindleforpc.s3.amazonaws.com/65290/KindleForPC-installer-1.38.65290.exe'
checksum = '44f04a311b99e0d7f0bf04b7a01699993e49a2ebac6364ef91798482f1a3e8f8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
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.10.2022080204.vsix using the Download Extension link
and download the extension redhat.java-1.10.2022080404.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.10.2022080204/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.10.2022080404/vspackage

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

Type: sha256
Checksum: 3B5A5B5462979E78B5DE45E7B4B79492926C27EB124F8ED5D5B358EEFCA0CB24
Checksum: 6753A1C646A96943DBBD3C47003B503F474301BD3EBC4F4A18345208B3899EB3

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.10.2022080204.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.10.2022080404.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.10.2022080204</version>
<version>1.10.2022080404</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/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.8.1002161046'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.8.1002181030'
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.8.1002161046</version>
<version>2022.8.1002181030</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 355f8d0

Please sign in to comment.