Skip to content

Commit

Permalink
Golo 3.2.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed May 2, 2016
1 parent 295ab0b commit 29ceb90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-Lang</title>
<version>3.1.0</version>
<version>3.2.0-M1</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/2016/03/21/golo-3.1.0</releaseNotes>
<releaseNotes>http://golo-lang.org/news/2016/05/02/golo-3.2.0-M1</releaseNotes>
<packageSourceUrl>https://github.com/golo-lang/chocolatey-golo</packageSourceUrl>
<docsUrl>http://golo-lang.org/documentation/</docsUrl>
<mailingListUrl>https://dev.eclipse.org/mailman/listinfo/golo-dev</mailingListUrl>
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://bintray.com/artifact/download/golo-lang/downloads/golo-3.1.0.zip'
$zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.2.0-M1.zip'

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

Expand Down

0 comments on commit 29ceb90

Please sign in to comment.