diff options
| author | Misty De Meo | 2013-01-04 00:45:37 -0400 |
|---|---|---|
| committer | Misty De Meo | 2013-01-04 17:23:47 -0400 |
| commit | 235fcb3ffbc769b061792055d81657ffc13a2720 (patch) | |
| tree | 0d3d164500958425450d0b82afb37e4c52128ab1 /Library | |
| parent | b82996843aba2aa9c484dea8cc638404e0ff9569 (diff) | |
| download | homebrew-235fcb3ffbc769b061792055d81657ffc13a2720.tar.bz2 | |
smake 1.2.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/smake.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb index 265147754..ce2c31898 100644 --- a/Library/Formula/smake.rb +++ b/Library/Formula/smake.rb @@ -1,9 +1,9 @@ require 'formula' class Smake < Formula - url 'ftp://ftp.berlios.de/pub/smake/alpha/smake-1.2a49.tar.bz2' + url 'ftp://ftp.berlios.de/pub/smake/smake-1.2.2.tar.bz2' homepage 'http://cdrecord.berlios.de/private/smake.html' - sha1 '7b50e1f81758fd6a732ddc7a78838bd2c96d1090' + sha1 'abd5a99a6fe588afa31246f3d686c686c75bb953' # smake silently fails to build its binaries in superenv env :std |
