From ba166d5aad5779af71ae9f6bd7be9d33074968a6 Mon Sep 17 00:00:00 2001 From: JCount Date: Mon, 9 Oct 2017 18:21:56 -0400 Subject: [PATCH] configen 1.0.1 Closes #19242. Signed-off-by: FX Coudert --- Formula/configen.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/configen.rb b/Formula/configen.rb index 804a26155d..bd84ca40d2 100644 --- a/Formula/configen.rb +++ b/Formula/configen.rb @@ -1,8 +1,8 @@ class Configen < Formula desc "Configuration file code generator for use in Xcode projects" homepage "https://github.com/theappbusiness/ConfigGenerator" - url "https://github.com/theappbusiness/ConfigGenerator/archive/v1.0.0.tar.gz" - sha256 "b44b18df31a6a0bb2e5e44db48f26c7bba504a9b78d56fdf6a3bc543d79c2850" + url "https://github.com/theappbusiness/ConfigGenerator/archive/v1.0.1.tar.gz" + sha256 "ade2c4296643cbc0c21d989d4506eef9d797a0349300ff46590a6b47979cdf64" head "https://github.com/theappbusiness/ConfigGenerator.git" @@ -13,7 +13,7 @@ class Configen < Formula sha256 "f7ff48ab3a47cffc90001fa888e53a0d520327bb68285ee9d8dbe9a3355c1118" => :el_capitan end - depends_on :xcode => :build + depends_on :xcode => ["9.0", :build] def install xcodebuild "SYMROOT=build"