hexchat: add 2.10.1 bottle.
Closes Homebrew/homebrew#31236. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2283a7c7fa
commit
665a92a049
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class Hexchat < Formula
|
|||
url 'http://dl.hexchat.net/hexchat/hexchat-2.10.1.tar.xz'
|
||||
sha1 '3ad562ec76323ba9d0f279d36201a333594c755b'
|
||||
|
||||
bottle do
|
||||
sha1 "da41ccf19d762513a1e774c078a2f7bf9e46073c" => :mavericks
|
||||
sha1 "f10e3860adee826c03e6269991a5e77d884be028" => :mountain_lion
|
||||
sha1 "728caab194af26da2f6eec798fb162dffa817698" => :lion
|
||||
end
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'intltool' => :build
|
||||
depends_on :python => :optional
|
||||
|
|
Loading…
Reference in a new issue