dfix 0.3.2

Closes #15269.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-07-04 01:53:13 -07:00
parent 20c0e8533d
commit 5299d5030c

View file

@ -2,8 +2,8 @@ class Dfix < Formula
desc "Auto-upgrade tool for D source code"
homepage "https://github.com/dlang-community/dfix"
url "https://github.com/dlang-community/dfix.git",
:tag => "v0.3.1",
:revision => "d796fb0d04882dc31862a808e2cff03ff829b56a"
:tag => "v0.3.2",
:revision => "396fd6b26f92f4b20b22163ec12712f19a5942cd"
head "https://github.com/dlang-community/dfix.git", :shallow => false
bottle do
@ -16,12 +16,6 @@ class Dfix < Formula
depends_on "dmd" => :build
def install
# Remove for > 0.3.1
# Fix build failure from std.experimental.allocator.common.Ternary conflict
# experimental_allocator module was removed in dlang-community/libdparse@1e811d2
# See upstream issue from 3 Jul 2017 https://github.com/dlang-community/dfix/issues/45
rm_rf "libdparse/experimental_allocator" if build.stable?
system "make"
system "make", "test"
bin.install "bin/dfix"