folly 2020.01.06.00
Closes #48782. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
956d6ae204
commit
af8550a48b
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
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/v2019.11.11.00.tar.gz"
|
url "https://github.com/facebook/folly/archive/v2020.01.06.00.tar.gz"
|
||||||
sha256 "3b050f4ea17a12d7675ec4f1b02ef33dea2a5d46f09cc68e0165ca5b352c34b4"
|
sha256 "d1870b6c578dd671b7d8c545cb7da1cbf2b80b4ce0ffa4fca3bca2b3b83f4ba3"
|
||||||
head "https://github.com/facebook/folly.git"
|
head "https://github.com/facebook/folly.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -16,6 +16,7 @@ class Folly < Formula
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "boost"
|
depends_on "boost"
|
||||||
depends_on "double-conversion"
|
depends_on "double-conversion"
|
||||||
|
depends_on "fmt"
|
||||||
depends_on "gflags"
|
depends_on "gflags"
|
||||||
depends_on "glog"
|
depends_on "glog"
|
||||||
depends_on "libevent"
|
depends_on "libevent"
|
||||||
|
|
Loading…
Reference in a new issue