From f3e45b3eed7773f3f9de32749a3d457b741d1789 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Wed, 23 Oct 2024 11:41:47 +0000 Subject: [PATCH] wash: add 0.36.0 bottle. --- Formula/wash.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/wash.rb b/Formula/wash.rb index f577329..6ac4142 100644 --- a/Formula/wash.rb +++ b/Formula/wash.rb @@ -8,6 +8,11 @@ class Wash < Formula version "0.36.0" license "Apache-2.0" + bottle do + root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.36.0" + sha256 cellar: :any_skip_relocation, monterey: "f91337514d83fd06eac32c2281f864d8e1d8250e0b65cc2a4c17e693a90d09be" + end + on_macos do on_intel do url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.36.0/wash-x86_64-apple-darwin"