lumo: add 1.0.0 bottle.
This commit is contained in:
parent
d88fc7b4ed
commit
249b8ac605
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Lumo < Formula
|
||||||
sha256 "347ec7a57f2b85d7d23489f5d1f7e0ef9705d652d14fbbf83e0058a73cd44387"
|
sha256 "347ec7a57f2b85d7d23489f5d1f7e0ef9705d652d14fbbf83e0058a73cd44387"
|
||||||
head "https://github.com/anmonteiro/lumo.git"
|
head "https://github.com/anmonteiro/lumo.git"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any_skip_relocation
|
||||||
|
sha256 "3e9852b8ca3e68827bcd900e2738fdae8f8bab492888e3a56a9b84f8bb5d54ce" => :sierra
|
||||||
|
sha256 "3f2a04bcd3c4d8bc59b9e13c1693626c6d78843c177bde6aef1c142a4cf98bb8" => :el_capitan
|
||||||
|
sha256 "0aa3268d1944247a7634d8b0e3902d473e53de23867d66eff9cc2f784f543425" => :yosemite
|
||||||
|
end
|
||||||
|
|
||||||
depends_on "boot-clj" => :build
|
depends_on "boot-clj" => :build
|
||||||
depends_on "node" => :build
|
depends_on "node" => :build
|
||||||
depends_on "yarn" => :build
|
depends_on "yarn" => :build
|
||||||
|
|
Loading…
Reference in a new issue