folly 2020.01.06.00

Closes #48782.

Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
Caleb Xu 2020-01-08 15:30:50 -05:00 committed by Alexander Bayandin
parent 956d6ae204
commit af8550a48b

View file

@ -1,8 +1,8 @@
class Folly < Formula
desc "Collection of reusable C++ library artifacts developed at Facebook"
homepage "https://github.com/facebook/folly"
url "https://github.com/facebook/folly/archive/v2019.11.11.00.tar.gz"
sha256 "3b050f4ea17a12d7675ec4f1b02ef33dea2a5d46f09cc68e0165ca5b352c34b4"
url "https://github.com/facebook/folly/archive/v2020.01.06.00.tar.gz"
sha256 "d1870b6c578dd671b7d8c545cb7da1cbf2b80b4ce0ffa4fca3bca2b3b83f4ba3"
head "https://github.com/facebook/folly.git"
bottle do
@ -16,6 +16,7 @@ class Folly < Formula
depends_on "pkg-config" => :build
depends_on "boost"
depends_on "double-conversion"
depends_on "fmt"
depends_on "gflags"
depends_on "glog"
depends_on "libevent"