diff --git a/automatic/androidstudio/README.md b/automatic/androidstudio/README.md index 82f719469..b2ffa99fa 100644 --- a/automatic/androidstudio/README.md +++ b/automatic/androidstudio/README.md @@ -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 diff --git a/automatic/androidstudio/androidstudio.nuspec b/automatic/androidstudio/androidstudio.nuspec index 5ac08b304..651942f94 100644 --- a/automatic/androidstudio/androidstudio.nuspec +++ b/automatic/androidstudio/androidstudio.nuspec @@ -3,7 +3,7 @@ androidstudio - 2023.3.1.20 + 2024.1.1.11 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio dgalbraith Android Studio (Install) diff --git a/automatic/androidstudio/tools/chocolateyinstall.ps1 b/automatic/androidstudio/tools/chocolateyinstall.ps1 index 0fd60925b..7353a0c77 100644 --- a/automatic/androidstudio/tools/chocolateyinstall.ps1 +++ b/automatic/androidstudio/tools/chocolateyinstall.ps1 @@ -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 diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 130222641..e85da191f 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 9d79385ef..7cd7840f1 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -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" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 371e345d6..b86df8d75 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.32.2024061208 + 1.32.2024061308 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index d337ceecb..2be1ff188 100644 --- a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 @@ -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" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 9073f65ee..247aa5b81 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2024.6.1 + 2024.6.100 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension