minica: add 1.0.0 bottle.
This commit is contained in:
parent
af24cdcb0c
commit
a0c8b04ba2
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Minica < Formula
|
|||
url "https://github.com/jsha/minica/archive/v1.0.0.tar.gz"
|
||||
sha256 "30a5b40904ad10999f5641bbf76fcd9503e6d02a7d3b9a713a35e3fd11378f21"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "6a48ae026334e8e8bf0e7de08e24479ba69dd0bbd51cb20df6e1a3cee8087bdc" => :mojave
|
||||
sha256 "0adf118d5b59116c39241ae2c96ffec88ffae1d2733de216db1429c4fe203091" => :high_sierra
|
||||
sha256 "4f308229516b4a6958f8b34f00f9032d0100af23ad5a0c2798984580467847fc" => :sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue