diff options
| author | Adam Vandenberg | 2013-01-04 13:39:51 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 13:39:51 -0800 |
| commit | c547881687a063775ef402d91fd56e3609b9217b (patch) | |
| tree | 220fb5bde99c8898a4f233cade2adf7518de6f35 /Library/Formula | |
| parent | 7f630c1b8383a8c4b20d85cd75450ee221d99eea (diff) | |
| download | homebrew-c547881687a063775ef402d91fd56e3609b9217b.tar.bz2 | |
smake: style nit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/smake.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb index ce2c31898..546cc1510 100644 --- a/Library/Formula/smake.rb +++ b/Library/Formula/smake.rb @@ -1,8 +1,8 @@ require 'formula' class Smake < Formula - url 'ftp://ftp.berlios.de/pub/smake/smake-1.2.2.tar.bz2' homepage 'http://cdrecord.berlios.de/private/smake.html' + url 'ftp://ftp.berlios.de/pub/smake/smake-1.2.2.tar.bz2' sha1 'abd5a99a6fe588afa31246f3d686c686c75bb953' # smake silently fails to build its binaries in superenv |
