From d308e2098b7b2bb894a2e970b0a6477b97ff5814 Mon Sep 17 00:00:00 2001 From: Manpreet Singh Date: Mon, 19 Mar 2012 20:26:42 -0700 Subject: csup 20120305 * also moved head to bitbuket Signed-off-by: Adam Vandenberg --- Library/Formula/csup.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/csup.rb b/Library/Formula/csup.rb index 45fe7273b..68e5f7cf8 100644 --- a/Library/Formula/csup.rb +++ b/Library/Formula/csup.rb @@ -1,9 +1,10 @@ require 'formula' class Csup < Formula - url 'http://mu.org/~mux/csup-snap-20060318.tgz' - homepage 'http://mu.org/~mux/csup.html' - md5 '9218f06f13ed28d1086eec413a734915' + homepage 'https://bitbucket.org/mux/csup' + url 'https://bitbucket.org/mux/csup/get/REL_20120305.tar.gz' + md5 '24be262075ce8f268caf86ffe20fe268' + head 'https://bitbucket.org/mux/csup', :using => :hg def install system "make" @@ -12,6 +13,6 @@ class Csup < Formula end def test - system "csup -v" + system "#{bin}/csup -v" end end -- cgit v1.2.3