diff options
| author | Manpreet Singh | 2012-03-19 20:26:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 07:07:17 -0700 |
| commit | d308e2098b7b2bb894a2e970b0a6477b97ff5814 (patch) | |
| tree | 427b3cd33fe44092df566ce5f3ecdcee52d54570 | |
| parent | 19a49d8e469bdc14649df6d0ca70a5ac9c985db6 (diff) | |
| download | homebrew-d308e2098b7b2bb894a2e970b0a6477b97ff5814.tar.bz2 | |
csup 20120305
* also moved head to bitbuket
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/csup.rb | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
