Skip to content

Commit

Permalink
golo 3.1.0-incubation-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Jan 14, 2016
1 parent 391294c commit 8793a00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

### Installation

[Chocolatey Package](https://chocolatey.org/packages/golo)
```shell
C:> choco install golo
```

* [Source](https://github.com/eclipse/golo-lang/releases/tag/release%2F3.0.0-incubation)
* [Chocolatey Package](https://chocolatey.org/packages/golo)
4 changes: 2 additions & 2 deletions golo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>golo</id>
<title>Golo</title>
<version>3.0.0</version>
<version>3.1.0-milestone1</version>
<authors>Golo-Lang Contributors</authors>
<owners>Eclipse Foundation</owners>
<summary>Golo, a lightweight dynamic language for the JVM.</summary>
Expand All @@ -15,7 +15,7 @@
<licenseUrl>http://www.eclipse.org/legal/epl-v10.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/TomOne/various/4ed1815b35a3a442da806ea1223b7fe08b8c425b/golo.png</iconUrl>
<releaseNotes>http://golo-lang.org/news/2015/11/10/golo-3.0.0/</releaseNotes>
<releaseNotes>http://golo-lang.org/news/2016/01/14/golo-3.1.0-milestone1/</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ try {
$binRoot = Get-BinRoot
$installDir = Join-Path $binRoot $package
Write-Host "Adding `'$installDir`' to the path and the current shell path"
$zipUrl = 'https://www.eclipse.org/downloads/download.php?file=/golo/golo-3.0.0-incubation.zip&r=1'
$zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.1.0-incubation-M1.zip'

Install-ChocolateyZipPackage 'golo' "$zipUrl" "$binRoot"

Expand Down

0 comments on commit 8793a00

Please sign in to comment.