diff options
| author | BrewTestBot | 2015-03-10 01:35:54 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2015-03-19 23:53:39 -0700 | 
| commit | 27b6ab166517fd7e24405495847dd8797f21b27a (patch) | |
| tree | 1665f7f8375595a6be5cea0962b80d617d979ad6 /Library/Formula/libidn.rb | |
| parent | 318bbc12eebd861210b18c9e8e36accee9db9842 (diff) | |
| download | homebrew-27b6ab166517fd7e24405495847dd8797f21b27a.tar.bz2 | |
libidn: update 1.30 bottle.
Diffstat (limited to 'Library/Formula/libidn.rb')
| -rw-r--r-- | Library/Formula/libidn.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/libidn.rb b/Library/Formula/libidn.rb index 17cc714f7..4c39d80ed 100644 --- a/Library/Formula/libidn.rb +++ b/Library/Formula/libidn.rb @@ -7,10 +7,9 @@ class Libidn < Formula    bottle do      cellar :any -    revision 1 -    sha1 "ee3fa3bc8ab104553777ed22dc080178bf264bd0" => :yosemite -    sha1 "9343d41b0a0ea4f1dd895eafa2f893e133f8cf76" => :mavericks -    sha1 "35fd90e1199a09fb4d5f85ad0088858279ea002f" => :mountain_lion +    sha256 "986476acf5da5d76e837a99acc35bcf2db332f70442ca9594c1756ca1eb4d5c9" => :yosemite +    sha256 "85c4054e9504102482379386739d21bb55c5630c68c6f3f37c669c9dffadeb71" => :mavericks +    sha256 "2785cd21c1e32a7cd6d8e414b18584a41c2eb4f0e26694ea8cbe61e0ef083b38" => :mountain_lion    end    depends_on "pkg-config" => :build  | 
