cue: add 0.4.0 bottle.
parent
e368e070c2
commit
74958976c7
|
@ -6,6 +6,14 @@ class Cue < Formula
|
|||
license "Apache-2.0"
|
||||
head "https://github.com/cue-lang/cue.git", branch: "master"
|
||||
|
||||
bottle do
|
||||
sha256 cellar: :any_skip_relocation, arm64_big_sur: "b70f60ad4a8d7fcf3d58f5008a0d15534cb51100640cbc41617c4c185ff167a3"
|
||||
sha256 cellar: :any_skip_relocation, big_sur: "a3845893ea23997712d12d7b5b4d2f3dcefbf0ced2aa94ccc35d251e4ee2b3e4"
|
||||
sha256 cellar: :any_skip_relocation, catalina: "c78ec07346c1e5a82d548bbcf86caf660c111884077bf8a556c9637227920440"
|
||||
sha256 cellar: :any_skip_relocation, mojave: "4d07f627d60bc08ea6866b5533ca1652fb70d994b630c9793d572c49edecfeed"
|
||||
sha256 cellar: :any_skip_relocation, x86_64_linux: "b487c474bcc5a3e2edfb1cbff973239e9915a49f045d2f34106b12c8155ad769"
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue