yank: add 0.4.1 bottle.
This commit is contained in:
parent
50501aa569
commit
f05a08aba7
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Yank < Formula
|
|||
url "https://github.com/mptre/yank/archive/v0.4.1.tar.gz"
|
||||
sha256 "cbd6b3c9d580fa619f3cba2c53b18d26674d587333976fe75b402f76ea01c4e5"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "310f46a6d042d720424fcb43e40cc71aaa2c4d10f9e221f8229fb68da20939f9" => :el_capitan
|
||||
sha256 "2f820af12a2af1495f42b92f43f60fbfe25e77740d83f98fe5a3c182afb33a91" => :yosemite
|
||||
sha256 "02b0f0c04a68d1875b39a8651520b23fa762705f24e2302b4bfa6f72603e93ad" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}", "YANKCMD=pbcopy"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue