taylor 0.2.3

Closes #18229.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Alexandru Culeva 2017-09-18 18:35:24 +03:00 committed by FX Coudert
parent 3a97162473
commit ec14ec867e

View file

@ -1,8 +1,8 @@
class Taylor < Formula
desc "Measure Swift code metrics and get reports in Xcode and Jenkins."
homepage "https://github.com/yopeso/Taylor/"
url "https://github.com/yopeso/Taylor/archive/0.2.2.tar.gz"
sha256 "00c5a5b5a022021c19c757b65744dfae316a994606c0243bf05a5b66525022de"
url "https://github.com/yopeso/Taylor/archive/0.2.3.tar.gz"
sha256 "027c7e98d752ad57d2714a1c148d2b044d91a33ced18cd1bf2d82a020788bdd2"
head "https://github.com/yopeso/Taylor.git"
bottle do
@ -11,7 +11,7 @@ class Taylor < Formula
sha256 "6cb392931254429bce282878c43f7441e5aa03f8312afb3b48e19e77b63b2948" => :el_capitan
end
depends_on :xcode => ["8.1"]
depends_on :xcode => ["9.0"]
def install
system "make", "install", "PREFIX=#{prefix}", "MAKE_SYMLINKS=no"