diff --git a/pleiades-java-full/pleiades-java-full.nuspec b/pleiades-java-full/pleiades-java-full.nuspec index 2814ed9..49adc0a 100644 --- a/pleiades-java-full/pleiades-java-full.nuspec +++ b/pleiades-java-full/pleiades-java-full.nuspec @@ -3,7 +3,7 @@ pleiades-java-full - 2019.09.20190930 + 2019.09.20191007 https://github.com/kai2nenobu/chocolatey_packages/tree/master/pleiades kai2nenobu diff --git a/pleiades-java-full/tools/ChocolateyInstall.ps1 b/pleiades-java-full/tools/ChocolateyInstall.ps1 index f934351..2e7e9cc 100644 --- a/pleiades-java-full/tools/ChocolateyInstall.ps1 +++ b/pleiades-java-full/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageName = $env:ChocolateyPackageName $installPath = Join-Path (Get-ToolsLocation) $packageName -$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit-jre_20190930.zip' -$checksum = '2edc87ee34406182608cb0b52d25e633' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit-jre_20191007.zip' +$checksum = '8da49dc4b2f0a7d7c3812db384650f2d' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools") diff --git a/pleiades-java/pleiades-java.nuspec b/pleiades-java/pleiades-java.nuspec index d2b9aaf..3f5cb02 100644 --- a/pleiades-java/pleiades-java.nuspec +++ b/pleiades-java/pleiades-java.nuspec @@ -3,7 +3,7 @@ pleiades-java - 2019.09.20190930 + 2019.09.20191007 https://github.com/kai2nenobu/chocolatey_packages/tree/master/pleiades kai2nenobu diff --git a/pleiades-java/tools/ChocolateyInstall.ps1 b/pleiades-java/tools/ChocolateyInstall.ps1 index bce2c1f..e8cbc11 100644 --- a/pleiades-java/tools/ChocolateyInstall.ps1 +++ b/pleiades-java/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageName = $env:ChocolateyPackageName $installPath = Join-Path (Get-ToolsLocation) $packageName -$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit_20190930.zip' -$checksum = '0c828157864204b81726750fb51ec6ae' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit_20191007.zip' +$checksum = '09e0278b8e6ea95427a7c3dd98fafec2' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools")