Skip to content

Commit

Permalink
libevent: backport kqueue bug check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 27, 2016
1 parent aae528d commit 8ca08b7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Formula/libevent.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
class Libevent < Formula
desc "Asynchronous event library"
homepage "http://libevent.org"
url "https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz"
sha256 "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3"

stable do
url "https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz"
sha256 "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3"

# https://github.com/Homebrew/homebrew-core/issues/2869
# https://github.com/libevent/libevent/issues/376
patch do
url "https://github.com/libevent/libevent/commit/df6f99e5b51a3.patch"
sha256 "26e831f7b000c7a0d79fed68ddc1d9bd1f1c3fab8a3c150fcec04a3e282b1acb"
end
end

bottle do
cellar :any
Expand Down

0 comments on commit 8ca08b7

Please sign in to comment.