plank 1.6
Closes #48696. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
58631f0039
commit
da12db195f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Plank < Formula
|
||||
desc "Framework for generating immutable model objects"
|
||||
homepage "https://pinterest.github.io/plank/"
|
||||
url "https://github.com/pinterest/plank/archive/v1.5.tar.gz"
|
||||
sha256 "3ed458fea7987264baa9fb04f0a6c332a736e2115494432df6ee664a5d9663c3"
|
||||
url "https://github.com/pinterest/plank/archive/v1.6.tar.gz"
|
||||
sha256 "6a233120905ff371b5c06a23b3fc7dd67e96355dd4d992a58ac087db22c500ef"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -10,7 +10,7 @@ class Plank < Formula
|
|||
sha256 "e676ae9da3fa8f472c0747a9fb993a6957c2cccceee34d9564e839d0eca59a06" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on :xcode => ["10.1", :build]
|
||||
depends_on :xcode => ["11.3", :build]
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue