gel: add 0.2.0 bottle.
This commit is contained in:
parent
4e35a0a023
commit
a7e26cff24
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Gel < Formula
|
|||
url "https://github.com/gel-rb/gel/archive/v0.2.0.tar.gz"
|
||||
sha256 "7d69f745986c9c33272f080496aea53719d69d4f465993c740f432ef5f0a3bd3"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "ca4a4081014f2baab6285c44e1fddd6975cb33f22f76bddbc5eaa4a3a1956867" => :mojave
|
||||
sha256 "ca4a4081014f2baab6285c44e1fddd6975cb33f22f76bddbc5eaa4a3a1956867" => :high_sierra
|
||||
sha256 "628fbe3459425b7c30690ce3c4e2f5cadd39e2726833e866c54ef4fdb25f30b3" => :sierra
|
||||
end
|
||||
|
||||
def install
|
||||
ENV["PATH"] = "bin:#{ENV["HOME"]}/.local/gel/bin:#{ENV["PATH"]}"
|
||||
system "gel", "install"
|
||||
|
|
Loading…
Reference in a new issue