Skip to content

Commit

Permalink
AU: 3 updated - ghq pleiades-java pleiades-java-full
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 24, 2019
1 parent 1d5be02 commit 7e31eb7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ghq/ghq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>ghq</id>
<title>ghq</title>
<version>0.17.0</version>
<version>0.17.1</version>
<authors>motemen</authors>
<owners>kai2nenobu</owners>
<summary>Manage remote repository clones</summary>
Expand Down
8 changes: 4 additions & 4 deletions ghq/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 8B91CDD126D6D342FA266C2775FA6E698F54BB63694344BFD2890421A83888B9
checksum64: 2782B67EF3C721F8C956FE2A26188ACF57D98324D716F4EF1E4008C3293ED674
checksum32: 6960113BB2A628DC8A9F95D380D7BEFCB92841A5DF07D4B4D52E08B5EB1698CA
checksum64: A32D88EE27681E49BF37AD760BD4D3501567F9710D1C19F1CCBFF0A1B828E292

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion pleiades-java-full/pleiades-java-full.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>pleiades-java-full</id>
<version>2019.09.20191007</version>
<version>2019.12.20191225</version>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/pleiades</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kai2nenobu</owners>
Expand Down
4 changes: 2 additions & 2 deletions pleiades-java-full/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion pleiades-java/pleiades-java.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>pleiades-java</id>
<version>2019.09.20191007</version>
<version>2019.12.20191225</version>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/pleiades</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kai2nenobu</owners>
Expand Down
4 changes: 2 additions & 2 deletions pleiades-java/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7e31eb7

Please sign in to comment.