Skip to content

Commit

Permalink
JMC update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Jul 25, 2024
1 parent 36358a6 commit dd6cbb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions JMC/jmc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jmc</id>
<version>8.3.1</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/JMC</packageSourceUrl>
<version>9.0.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/JMC</packageSourceUrl>
<title>JDK Mission Control (JMC) 64 bit only</title>
<authors>Oracle</authors>
<owners>JohanJanssen</owners>
<owners>linearreg</owners>
<licenseUrl>https://github.com/openjdk/jmc/blob/master/license/LICENSE.txt</licenseUrl>
<projectUrl>https://wiki.openjdk.java.net/display/jmc/Main</projectUrl>
<bugTrackerUrl>https://github.com/JDKMissionControl/jmc/issues</bugTrackerUrl>
Expand Down
4 changes: 2 additions & 2 deletions JMC/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $toolsDir
Url64bit = 'https://download.java.net/java/GA/jmc8/05/binaries/jmc-8.3.1_windows-x64.zip'
Checksum64 = 'd924640fefbde15a30481141e94285f38e1183c01953d1d568ea3de248254b9d'
Url64bit = 'https://download.java.net/java/GA/jmc9/10/binaries/jmc-9.0.0_windows-x64.zip'
Checksum64 = 'afbf176b0d25427168b3fa3db9df0f099d715d9463686995d238bac70b87cf47'
ChecksumType64 = 'sha256'
}

Expand Down

0 comments on commit dd6cbb9

Please sign in to comment.