folly 2017.06.19.00
Closes #14723. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
6754f3f1f3
commit
add2f62d89
1 changed files with 2 additions and 11 deletions
|
@ -1,19 +1,10 @@
|
||||||
class Folly < Formula
|
class Folly < Formula
|
||||||
desc "Collection of reusable C++ library artifacts developed at Facebook"
|
desc "Collection of reusable C++ library artifacts developed at Facebook"
|
||||||
homepage "https://github.com/facebook/folly"
|
homepage "https://github.com/facebook/folly"
|
||||||
|
url "https://github.com/facebook/folly/archive/v2017.06.19.00.tar.gz"
|
||||||
|
sha256 "dbebf707ff2e518cb66ac8b7bcfe98cabe67bbe89468c304fbe66814174bdc6e"
|
||||||
head "https://github.com/facebook/folly.git"
|
head "https://github.com/facebook/folly.git"
|
||||||
|
|
||||||
stable do
|
|
||||||
url "https://github.com/facebook/folly/archive/v2017.06.12.00.tar.gz"
|
|
||||||
sha256 "6253ad41d42d3fa576e540015ecb481844cd9a954e2f8d4f907a785d8199581f"
|
|
||||||
|
|
||||||
# Fixes build failure reported at https://github.com/facebook/folly/issues/610
|
|
||||||
patch do
|
|
||||||
url "https://github.com/facebook/folly/commit/972651e.patch"
|
|
||||||
sha256 "93162e577dfab17faa487ca990600a46673989131b03e6fda050208abea888da"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
sha256 "d16c07e009b9109b0dc8225b4a322d7607b53cf4c9324c2819ee4d964836e689" => :sierra
|
sha256 "d16c07e009b9109b0dc8225b4a322d7607b53cf4c9324c2819ee4d964836e689" => :sierra
|
||||||
|
|
Loading…
Reference in a new issue