lepton: add 1.2.1 bottle.
This commit is contained in:
parent
33601fcf58
commit
c22c03655f
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Lepton < Formula
|
|||
sha256 "c4612dbbc88527be2e27fddf53aadf1bfc117e744db67e373ef8940449cdec97"
|
||||
head "https://github.com/dropbox/lepton.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "a6a1a47dd2f80fe66d5dfbde97b91ba93d054f6934ba2a950ede603e405e6eed" => :el_capitan
|
||||
sha256 "700264c93fab4bba78cf62ac3a77ea60099cd38399f00d6972f8093b89dd8404" => :yosemite
|
||||
sha256 "fc7f77f9ed19af975e747b8eb8e39b6187f12ed226e2b1c15553a8c0e470bdff" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue