From bf251f1a731e6cf5d505f81b8f99d9b6fbdb8f9b Mon Sep 17 00:00:00 2001 From: Stephane Epardaud Date: Wed, 13 Mar 2013 22:46:17 +0100 Subject: [PATCH] Ceylon 1.0M5 Closes Homebrew/homebrew#18465. Signed-off-by: Adam Vandenberg --- Formula/ceylon.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ceylon.rb b/Formula/ceylon.rb index 4757c88f1a..9f67507db6 100644 --- a/Formula/ceylon.rb +++ b/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_Milestone4' - version '1.0M4' - sha1 '0d4bb339759d9f0d55da1a89d87a13b160e51163' + url 'http://ceylon-lang.org/download/dist/1_0_Milestone5' + version '1.0M5' + sha1 'c013ce50ce2505f0b85fc18c9bf2ce8f13fca0ae' def install rm_f Dir["bin/*.bat"]