weaver 0.12.3
Closes #38893. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0ba512eac1
commit
d280a06def
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Weaver < Formula
|
||||
desc "Command-line tool for Weaver"
|
||||
homepage "https://github.com/scribd/Weaver"
|
||||
url "https://github.com/scribd/Weaver/archive/0.12.2.tar.gz"
|
||||
sha256 "63df2ed56df046fe0fca904e0a560840286282e46c149c7023d863e4bd0cdbc5"
|
||||
url "https://github.com/scribd/Weaver/archive/0.12.3.tar.gz"
|
||||
sha256 "638a08e996ac1fc5b8d945870a4f8af7548a9c59f8b2164c4f766f049a512033"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -10,7 +10,7 @@ class Weaver < Formula
|
|||
sha256 "b1629b78af3f48d23d914a3ebaba27cd04824bb2db2ff5f97732ef5136611141" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on :xcode => ["10.0", :build]
|
||||
depends_on :xcode => ["10.2", :build]
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue