diff options
| author | Mike McQuaid | 2013-12-25 21:47:59 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-25 21:48:02 +0000 |
| commit | ce9966e367a40c21338fadb1701b124871d48654 (patch) | |
| tree | 6604d1761139613c076a014d0a43ab590a73bf55 /Library/Formula | |
| parent | 4d72c1e3a6f0195b929a55849daec360cbe3c551 (diff) | |
| download | homebrew-ce9966e367a40c21338fadb1701b124871d48654.tar.bz2 | |
dylibbundler: fix sha1.
Closes #25461.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dylibbundler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dylibbundler.rb b/Library/Formula/dylibbundler.rb index 7dacecb0c..1c05ed2d2 100644 --- a/Library/Formula/dylibbundler.rb +++ b/Library/Formula/dylibbundler.rb @@ -3,7 +3,7 @@ require 'formula' class Dylibbundler < Formula homepage 'http://macdylibbundler.sourceforge.net' url 'http://downloads.sourceforge.net/project/macdylibbundler/macdylibbundler/0.4.4/dylibbundler-0.4.4.zip' - sha1 '1b9a01b60bf345fc599c12ca59ef4fd94a277de4' + sha1 '8d120bababc5218927447cf7fec57abf5d093ff6' def install system "make" |
