From 63647fdd1efb4d6219e1c3dac068b7676b7abca5 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 1 Oct 2019 00:08:06 +0000 Subject: [PATCH] AU: 2 updated - pleiades-java pleiades-java-full [skip ci] https://gist.github.com/4df33f42a891ced2fe169974fd3d58ec/cc507f8c2d9e6e574704df099b0eb4d7e91c3fcb --- 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 b8d9cb9..2814ed9 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.20190929 + 2019.09.20190930 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 83efcc2..f934351 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_20190929.zip' -$checksum = '2098b75094a6164d08a173e56cb1be1b' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit-jre_20190930.zip' +$checksum = '2edc87ee34406182608cb0b52d25e633' $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 6563660..d2b9aaf 100644 --- a/pleiades-java/pleiades-java.nuspec +++ b/pleiades-java/pleiades-java.nuspec @@ -3,7 +3,7 @@ pleiades-java - 2019.09.20190929 + 2019.09.20190930 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 71870e5..bce2c1f 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_20190929.zip' -$checksum = 'bf813dba365ab5ee8a95ded8bb66f1fa' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-09-java-win-64bit_20190930.zip' +$checksum = '0c828157864204b81726750fb51ec6ae' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools")