swimat 1.6.2
Closes #40251. Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
This commit is contained in:
parent
130fe89146
commit
a77378e4ac
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Swimat < Formula
|
||||
desc "Command-line tool to help format Swift code"
|
||||
homepage "https://github.com/Jintin/Swimat"
|
||||
url "https://github.com/Jintin/Swimat/archive/v1.6.tar.gz"
|
||||
sha256 "44ff6d7642b36ec8e784c1ce1801ad8e9915cda65728e6684f4ca272aee8acbf"
|
||||
url "https://github.com/Jintin/Swimat/archive/v1.6.2.tar.gz"
|
||||
sha256 "1e6000dd16857a769070036fe710dd0b2aa6c4436a02ecc60590d829d6228e8b"
|
||||
head "https://github.com/Jintin/Swimat.git"
|
||||
|
||||
bottle do
|
||||
|
@ -12,7 +12,7 @@ class Swimat < Formula
|
|||
sha256 "7a14a1bb3c7d1b7421b2bef0d24bf23c98375fa2dfbfd866c7bdc9517162bdbb" => :sierra
|
||||
end
|
||||
|
||||
depends_on :xcode => "9.0"
|
||||
depends_on :xcode => ["10.2", :build]
|
||||
|
||||
def install
|
||||
xcodebuild "-target", "CLI",
|
||||
|
|
Loading…
Reference in a new issue