mint 0.12.0
Closes #38489. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
242db8b970
commit
6595d4c33b
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Mint < Formula
|
class Mint < Formula
|
||||||
desc "Dependency manager that installs and runs Swift command-line tool packages"
|
desc "Dependency manager that installs and runs Swift command-line tool packages"
|
||||||
homepage "https://github.com/yonaskolb/Mint"
|
homepage "https://github.com/yonaskolb/Mint"
|
||||||
url "https://github.com/yonaskolb/Mint/archive/0.11.3.tar.gz"
|
url "https://github.com/yonaskolb/Mint/archive/0.12.0.tar.gz"
|
||||||
sha256 "e1e41455df18c99b17c4f7ac5f1ab5e0c11a186573eeb49cbff0c2584f514aca"
|
sha256 "e828005ddeece33fbb857c808537807a844d4b9b86d1307985d6cac36b897014"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -11,7 +11,7 @@ class Mint < Formula
|
||||||
sha256 "3309359ee8f8b00c8c57b3361a840fc5a2917d9d212dc7bdf3f34c7327decd82" => :sierra
|
sha256 "3309359ee8f8b00c8c57b3361a840fc5a2917d9d212dc7bdf3f34c7327decd82" => :sierra
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on :xcode => ["9.2", :build]
|
depends_on :xcode => ["10.2", :build]
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue