talloc 2.2.0

Closes #39954.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Caleb Xu 2019-05-16 19:01:16 -04:00 committed by FX Coudert
parent e270f902b4
commit 06f98e9557

View file

@ -1,8 +1,8 @@
class Talloc < Formula
desc "Hierarchical, reference-counted memory pool with destructors"
homepage "https://talloc.samba.org/"
url "https://www.samba.org/ftp/talloc/talloc-2.1.14.tar.gz"
sha256 "b185602756a628bac507fa8af8b9df92ace69d27c0add5dab93190ad7c3367ce"
url "https://www.samba.org/ftp/talloc/talloc-2.2.0.tar.gz"
sha256 "5c6f6a45ef96b3fd0b28942673a68d0c6af5dcca9d676a2e4d57ce7e86c22ebc"
bottle do
cellar :any
@ -12,6 +12,8 @@ class Talloc < Formula
sha256 "560fb76da75d8fdb6e81168e3123ffcce31eb44a6c186c0d929b79fb7af5cf5d" => :el_capitan
end
depends_on "python" => :build
def install
system "./configure", "--prefix=#{prefix}",
"--disable-rpath",