midnight-commander: add 4.8.12 bottle.
Closes Homebrew/homebrew#28317. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8fc9dc01d9
commit
5207280cdd
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class MidnightCommander < Formula
|
|||
mirror 'ftp://ftp.osuosl.org/pub/midnightcommander/mc-4.8.12.tar.xz'
|
||||
sha256 '5f2fd570a798dc0cc06374adffef8ca403588c4e73dfdf908e9a4311718153fe'
|
||||
|
||||
bottle do
|
||||
sha1 "7b5b58bbf0cbb0dbb5466e9389549de7de7b7e02" => :mavericks
|
||||
sha1 "1c2f103e0e920a41af53fcacc315dc28e5089560" => :mountain_lion
|
||||
sha1 "97a5c81e713a32966a62292252cfba29c4044e76" => :lion
|
||||
end
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'openssl' if MacOS.version <= :leopard
|
||||
|
|
Loading…
Reference in a new issue