aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-12-25 21:47:59 +0000
committerMike McQuaid2013-12-25 21:48:02 +0000
commitce9966e367a40c21338fadb1701b124871d48654 (patch)
tree6604d1761139613c076a014d0a43ab590a73bf55 /Library/Formula
parent4d72c1e3a6f0195b929a55849daec360cbe3c551 (diff)
downloadhomebrew-ce9966e367a40c21338fadb1701b124871d48654.tar.bz2
dylibbundler: fix sha1.
Closes #25461.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dylibbundler.rb2
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"