ahoy: add 2.0.0 bottle.
This commit is contained in:
parent
9877ab76a6
commit
c8c56a16a2
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Ahoy < Formula
|
|||
url "https://github.com/ahoy-cli/ahoy/archive/2.0.0.tar.gz"
|
||||
sha256 "cc3e426083bf7b7309e484fa69ed53b33c9b00adf9be879cbe74c19bdaef027c"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "eabaf2c0faa64d878f3fd552823b9d5103e0755ba5f3120628e605964fc93257" => :mojave
|
||||
sha256 "93db889b646270f7a92d32f649c9e256e4e90cfa006a04c614334f28557ce7ca" => :high_sierra
|
||||
sha256 "5743854a4e6553adb3318a2facfd941bcf4d95a7ab3c2399400c7818c6e19c6f" => :sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue