Ceylon 1.0M5

Closes Homebrew/homebrew#18465.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Stephane Epardaud 2013-03-13 22:46:17 +01:00 committed by Adam Vandenberg
parent f2b3bccf37
commit bf251f1a73

View file

@ -2,9 +2,9 @@ require 'formula'
class Ceylon < Formula class Ceylon < Formula
homepage 'http://ceylon-lang.org/' homepage 'http://ceylon-lang.org/'
url 'http://ceylon-lang.org/download/dist/1_0_Milestone4' url 'http://ceylon-lang.org/download/dist/1_0_Milestone5'
version '1.0M4' version '1.0M5'
sha1 '0d4bb339759d9f0d55da1a89d87a13b160e51163' sha1 'c013ce50ce2505f0b85fc18c9bf2ce8f13fca0ae'
def install def install
rm_f Dir["bin/*.bat"] rm_f Dir["bin/*.bat"]