sampler: add 1.1.0 bottle.
This commit is contained in:
parent
30104a28b8
commit
802399860c
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Sampler < Formula
|
|||
url "https://github.com/sqshq/sampler/archive/v1.1.0.tar.gz"
|
||||
sha256 "8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "1b4a4c841691d8a6ca9ea4649092684511bff1f60d7d80e364db13115f2e6399" => :catalina
|
||||
sha256 "b50240b4f199da6d55d4645dfd3d2b0fc3406d20a504ba9af4d3b545196438b1" => :mojave
|
||||
sha256 "163b575ff369f264605bdc69c0fc838e44e706f8b6c527bb343cbfb18a9b1fdc" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue