From 7e31eb754def83f508cd18728231b3828a3e6ca7 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 24 Dec 2019 16:07:20 +0000 Subject: [PATCH] AU: 3 updated - ghq pleiades-java pleiades-java-full [skip ci] https://gist.github.com/4df33f42a891ced2fe169974fd3d58ec/4616758bcb00e3834775406a33bd2d9997e579db --- ghq/ghq.nuspec | 2 +- ghq/legal/VERIFICATION.txt | 8 ++++---- 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 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ghq/ghq.nuspec b/ghq/ghq.nuspec index ba7005a..6566991 100644 --- a/ghq/ghq.nuspec +++ b/ghq/ghq.nuspec @@ -3,7 +3,7 @@ ghq ghq - 0.17.0 + 0.17.1 motemen kai2nenobu Manage remote repository clones diff --git a/ghq/legal/VERIFICATION.txt b/ghq/legal/VERIFICATION.txt index 8b0bf33..c27189c 100644 --- a/ghq/legal/VERIFICATION.txt +++ b/ghq/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_386.zip - x64: https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_amd64.zip + x32: https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_386.zip + x64: https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_amd64.zip to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 8B91CDD126D6D342FA266C2775FA6E698F54BB63694344BFD2890421A83888B9 - checksum64: 2782B67EF3C721F8C956FE2A26188ACF57D98324D716F4EF1E4008C3293ED674 + checksum32: 6960113BB2A628DC8A9F95D380D7BEFCB92841A5DF07D4B4D52E08B5EB1698CA + checksum64: A32D88EE27681E49BF37AD760BD4D3501567F9710D1C19F1CCBFF0A1B828E292 Using AU: diff --git a/pleiades-java-full/pleiades-java-full.nuspec b/pleiades-java-full/pleiades-java-full.nuspec index b24b41c..c33a64a 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.20191007 + 2019.12.20191225 https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/pleiades kai2nenobu diff --git a/pleiades-java-full/tools/ChocolateyInstall.ps1 b/pleiades-java-full/tools/ChocolateyInstall.ps1 index 2e7e9cc..e7bbb52 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_20191007.zip' -$checksum = '8da49dc4b2f0a7d7c3812db384650f2d' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-12-java-win-64bit-jre_20191225.zip' +$checksum = '45f14ea9f88b9936ee8e67515bb0acd5' $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 b8ffc91..0d92597 100644 --- a/pleiades-java/pleiades-java.nuspec +++ b/pleiades-java/pleiades-java.nuspec @@ -3,7 +3,7 @@ pleiades-java - 2019.09.20191007 + 2019.12.20191225 https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/pleiades kai2nenobu diff --git a/pleiades-java/tools/ChocolateyInstall.ps1 b/pleiades-java/tools/ChocolateyInstall.ps1 index e8cbc11..de817e3 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_20191007.zip' -$checksum = '09e0278b8e6ea95427a7c3dd98fafec2' +$url = 'http://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2019/pleiades-2019-12-java-win-64bit_20191225.zip' +$checksum = '5d063f8b693145db34a0bd0fc093941e' $checksumType = 'md5' ## Download and install pleaides in a tools directory (Typically "C:\tools")