diff --git a/pleiades-java-full/pleiades-java-full.nuspec b/pleiades-java-full/pleiades-java-full.nuspec index 41ec4ff..1bcbf5f 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.06.20190630 + 2019.06.20190810 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 9e3ef22..1714b43 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-06-java-win-64bit-jre_20190630.zip' -$checksum = 'f42b329c697343cc1b4553a3ad7eb433' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-06-java-win-64bit-jre_20190810.zip' +$checksum = '6ec13d57791d189548697ebd75cfb488' $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 eae9a9e..fb39592 100644 --- a/pleiades-java/pleiades-java.nuspec +++ b/pleiades-java/pleiades-java.nuspec @@ -3,7 +3,7 @@ pleiades-java - 2019.06.20190630 + 2019.06.20190810 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 43eb8d8..247e9bc 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-06-java-win-64bit_20190630.zip' -$checksum = '4aa3e04ce2a467e9a04fe1587110183c' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-06-java-win-64bit_20190810.zip' +$checksum = '294d73857ea82cbfcf730b1883641b42' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools")