Skip to content

Commit

Permalink
dfix 0.3.2
Browse files Browse the repository at this point in the history
Closes #15269.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 5, 2017
1 parent 20c0e85 commit 5299d50
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/dfix.rb
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 5299d50

Please sign in to comment.