From 51dd5187475cf7b6b5914c1cf6c15c7b87e20e00 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 29 Jun 2019 16:06:52 +0000 Subject: [PATCH] AU: 2 updated - pleiades-java pleiades-java-full [skip ci] https://gist.github.com/4df33f42a891ced2fe169974fd3d58ec/4492318de7ba7ca17a28402bd51e767f933f613f --- pleiades-java-full/pleiades-java-full.nuspec | 2 +- pleiades-java-full/tools/ChocolateyInstall.ps1 | 4 ++-- pleiades-java/pleiades-java.nuspec | 2 +- pleiades-java/tools/ChocolateyInstall.ps1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pleiades-java-full/pleiades-java-full.nuspec b/pleiades-java-full/pleiades-java-full.nuspec index c11a11b..41ec4ff 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.03.20190508 + 2019.06.20190630 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 2b13f7a..9e3ef22 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-03-java-win-64bit-jre_20190508.zip' -$checksum = 'fa7c71695c338c65a87bb836f690dab1' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-06-java-win-64bit-jre_20190630.zip' +$checksum = 'f42b329c697343cc1b4553a3ad7eb433' $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 b87b198..eae9a9e 100644 --- a/pleiades-java/pleiades-java.nuspec +++ b/pleiades-java/pleiades-java.nuspec @@ -3,7 +3,7 @@ pleiades-java - 2019.03.20190508 + 2019.06.20190630 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 e5555b0..43eb8d8 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-03-java-win-64bit_20190508.zip' -$checksum = '01983fe7223158b2695c092b5cbb4717' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-06-java-win-64bit_20190630.zip' +$checksum = '4aa3e04ce2a467e9a04fe1587110183c' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools")