aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ceylon.rb
diff options
context:
space:
mode:
authorJulien Ponge2012-06-25 17:23:52 +0200
committerAdam Vandenberg2012-06-27 11:04:26 -0700
commitd083ca38b4b5de0b47777183706bbc5e5beb293d (patch)
tree1b9f28d2573f3f6c00c01fb3a5ec92670c99968b /Library/Formula/ceylon.rb
parentc6518a2d01f349af0558a57af8b3fad5e05d8307 (diff)
downloadhomebrew-d083ca38b4b5de0b47777183706bbc5e5beb293d.tar.bz2
Ceylon 1.0M3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ceylon.rb')
-rw-r--r--Library/Formula/ceylon.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/ceylon.rb b/Library/Formula/ceylon.rb
index 0009ea80b..8d9649dec 100644
--- a/Library/Formula/ceylon.rb
+++ b/Library/Formula/ceylon.rb
@@ -2,9 +2,9 @@ require 'formula'
class Ceylon < Formula
homepage 'http://ceylon-lang.org/'
- url 'http://ceylon-lang.org/download/dist/1_0_Milestone2'
- version '0.2'
- md5 'ae52a9bb0bac65f36e783121df049e55'
+ url 'http://ceylon-lang.org/download/dist/1_0_Milestone3'
+ version '1.0M3'
+ sha1 'c25efda8c717da55d92c063dd5414a02aab8ff1d'
def install
rm_f Dir["bin/*.bat"]
@@ -16,6 +16,10 @@ class Ceylon < Formula
bin.install_symlink Dir["#{libexec}/bin/ceylon*"]
end
+ def caveats
+ "Ceylon requires Java 7."
+ end
+
def test
cd "#{libexec}/samples/helloworld" do
system "#{bin}/ceylonc", "com.acme.helloworld"