lxc: add 2.8 bottle.
This commit is contained in:
parent
aa79b4bc33
commit
25d4cd4701
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Lxc < Formula
|
|||
url "https://github.com/lxc/lxd/archive/lxd-2.8.tar.gz"
|
||||
sha256 "8722d9ea4cc4341742b0dd3646ee679f074756d675ee98ae324f1a2a4b6fa0b5"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "a3c860d7e89e335ddba8aa1dbc571b3f7a5b26f4ca88536f33146b807a3ae3cc" => :sierra
|
||||
sha256 "72955b29ad52f5a334f30ef42ebec8afbc01dd9d95f0831636ed4908d808390f" => :el_capitan
|
||||
sha256 "61db0b53ac5532e3f56feb31be123f57358bca52bc1b5f73070f9a6df5f1e47b" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
go_resource "github.com/dustinkirkland/golang-petname" do
|
||||
|
|
Loading…
Reference in a new issue