tunnel: add 0.2.7 bottle.
This commit is contained in:
parent
c5adcb6cef
commit
de472c9c80
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Tunnel < Formula
|
|||
url "https://github.com/labstack/tunnel/archive/0.2.7.tar.gz"
|
||||
sha256 "6b4a6564732e2e86e49450629a72dc7ef647088ef66f568cb507d1e0c9b5588f"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "4a59c23a5f3b76e2370d1ca9f087418295768f4a7213de6c6b587dacf6d4101a" => :high_sierra
|
||||
sha256 "291bc606dce87bdce07348db8f702ea6644e4278043ed93cfeebe254939a6711" => :sierra
|
||||
sha256 "3fc5c4061d7be6bcfd11204ad17037f59b8ebe47559860cfea44d7b6b816e20b" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue