diff options
| author | BrewTestBot | 2014-08-16 18:06:00 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-08-17 10:33:08 -0700 | 
| commit | df9ee8a0cd25418351f92ffc2e26cac0ca190892 (patch) | |
| tree | 9af64ca6d70c1c3b3cc7ceee857c41fa692080e8 /Library/Formula/libidn.rb | |
| parent | 10488333d4e3905e1428c87b86797be2e1e5a577 (diff) | |
| download | homebrew-df9ee8a0cd25418351f92ffc2e26cac0ca190892.tar.bz2 | |
libidn: update 1.29 bottle.
Closes #31643.
Diffstat (limited to 'Library/Formula/libidn.rb')
| -rw-r--r-- | Library/Formula/libidn.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libidn.rb b/Library/Formula/libidn.rb index 13e929648..d44213124 100644 --- a/Library/Formula/libidn.rb +++ b/Library/Formula/libidn.rb @@ -8,9 +8,9 @@ class Libidn < Formula    bottle do      cellar :any -    sha1 "23cb37001f1fb723b86b11717fb4df76f58934ff" => :mavericks -    sha1 "0ee166fdc8fd9a0ad245efd89323868209968235" => :mountain_lion -    sha1 "866251da871fe76c180f5b7247d4458175778313" => :lion +    sha1 "a44c5f19b4814f6c32ecb9d13f7043095348df2c" => :mavericks +    sha1 "aec417a8c628313757dad09ff19a2ce3708a2d96" => :mountain_lion +    sha1 "74eabd145413365737b9cae31235a9c6e90f24e5" => :lion    end    depends_on "pkg-config" => :build  | 
