diff options
| -rw-r--r-- | Library/Formula/cmatrix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cmatrix.rb b/Library/Formula/cmatrix.rb index f4c9aaef1..47718230c 100644 --- a/Library/Formula/cmatrix.rb +++ b/Library/Formula/cmatrix.rb @@ -1,8 +1,8 @@ require 'formula' class Cmatrix < Formula - url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz' homepage 'http://www.asty.org/cmatrix/' + url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz' sha1 'ca078c10322a47e327f07a44c9a42b52eab5ad93' def install |
