diff options
| author | Brett Koonce | 2013-01-02 22:37:59 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-02 21:00:19 -0800 |
| commit | 7f71607fc660b6125a8695a5616fdae32b7de588 (patch) | |
| tree | 64f6c64699f53a989985d1c92350d628ea768d50 /Library/Formula | |
| parent | 217487f438822d5040ef21584a2544eed31dd402 (diff) | |
| download | homebrew-7f71607fc660b6125a8695a5616fdae32b7de588.tar.bz2 | |
dylibbundler 0.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dylibbundler.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dylibbundler.rb b/Library/Formula/dylibbundler.rb index 6d336fb22..54247d261 100644 --- a/Library/Formula/dylibbundler.rb +++ b/Library/Formula/dylibbundler.rb @@ -2,8 +2,8 @@ require 'formula' class Dylibbundler < Formula homepage 'http://macdylibbundler.sourceforge.net' - url 'http://sourceforge.net/projects/macdylibbundler/files/macdylibbundler/0.4.1/dylibbundler0.4.1.zip' - sha1 'ea80b57a487da3df3e3cc508573bf18268100464' + url 'http://sourceforge.net/projects/macdylibbundler/files/macdylibbundler/0.4.2/dylibbundler-0.4.2.zip' + sha1 '7cd65413ed250a42a3428e34d624e3141c173ab4' def install system "make" |
