Skip to content

Commit

Permalink
AU: 3 updated - androidstudio vscode-java vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 14, 2024
1 parent 5c8723c commit f648123
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/androidstudio/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-grey.svg)](https://developer.android.com/studio/terms)
[![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-v2023.3.1.20-blue)](https://developer.android.com/studio)
[![Software version](https://img.shields.io/badge/Source-v2024.1.1.11-blue)](https://developer.android.com/studio)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/androidstudio?label=Chocolatey)](https://community.chocolatey.org/packages/androidstudio)

Android Studio is the official integrated development environment for Google's
Expand Down
2 changes: 1 addition & 1 deletion automatic/androidstudio/androidstudio.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>androidstudio</id>
<version>2023.3.1.20</version>
<version>2024.1.1.11</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Android Studio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/androidstudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url = 'https://redirector.gvt1.com/edgedl/android/studio/install/2023.3.1.20/android-studio-2023.3.1.20-windows.exe'
$checksum = '395a5e17c8050f26a166b063ac7771f81c52e07f9b6f52cd16241796a48af188'
$url = 'https://redirector.gvt1.com/edgedl/android/studio/install/2024.1.1.11/android-studio-2024.1.1.11-windows.exe'
$checksum = 'eaf9fcec291e4be5b0b2f2fdcef15bfcc60df7303243c9ec0b00cd2cb7b37a72'
$silentArgs = '/S'

# the installer includes both 32 and 64-bit executables so set the correct executable
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.2024061208.vsix using the Download Extension link
and download the extension redhat.java-1.32.2024061308.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.2024061208/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.32.2024061308/vspackage

2. The package can be validated by comparing checksums
- 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
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.32.2024061308.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.32.2024061308.vsix

Type: sha256
Checksum: D83CB2E215AE3D7A98AB8F51F0C6B33300FFEF37A09A4A47A5CECD8523CAC020
Checksum: B3176936827DE6B7B84491B51F047C311377E8C303EE9FF77F8FFFD3337BD17D

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.2024061208.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.32.2024061308.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.2024061208</version>
<version>1.32.2024061308</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-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.6.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.6.100"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2024.6.1</version>
<version>2024.6.100</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit f648123

Please sign in to comment.