pngpaste: add 0.2.1 bottle.
Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
02c8ebee4e
commit
f88561ced2
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Pngpaste < Formula
|
|||
url "https://github.com/jcsalterego/pngpaste/archive/0.2.1.tar.gz"
|
||||
sha1 "33a8327365eacc862ec7cb25cc15c445d79d6d42"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "c1f92f560c8b41b2a76b0b697a836b6ebd583a69" => :yosemite
|
||||
sha1 "7456012df79ad5f465c9e87382fad9fdb7478e1e" => :mavericks
|
||||
sha1 "2da091bd8555367449efeb43a4c92044f26b6bbe" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "all"
|
||||
bin.install "pngpaste"
|
||||
|
|
Loading…
Reference in a new issue