bump wash to v0.34.1

Closes #78.

Signed-off-by: brooksmtownsend <brooksmtownsend@users.noreply.github.com>
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
This commit is contained in:
brooksmtownsend 2024-09-30 04:11:37 +00:00 committed by Brooks Townsend
parent 85feca557a
commit 389a907af8
1 changed files with 9 additions and 14 deletions

View File

@ -5,26 +5,21 @@
class Wash < Formula
desc "WAsmcloud SHell - a comprehensive command-line tool for wasmCloud development"
homepage "https://wasmcloud.com/"
version "0.32.1"
version "0.34.1"
license "Apache-2.0"
bottle do
root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.32.1"
sha256 cellar: :any_skip_relocation, monterey: "7315bf336ae3dadbb40a500eb91213cc907d741ee8c7e0e3ad20c45ddcd72827"
end
on_macos do
on_intel do
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.32.1/wash-x86_64-apple-darwin"
sha256 "7f8323e6e1af844f7e3467ceb8fedad1e2dd34c1f4cd07d0ae9c26a741f88b2a"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.1/wash-x86_64-apple-darwin"
sha256 "f1950cfc4a7b43439810c26d3cfb6843f85b5c2eb53fe4ce72c6ff230e5a9c5e"
def install
bin.install "wash-x86_64-apple-darwin" => "wash"
end
end
on_arm do
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.32.1/wash-aarch64-apple-darwin"
sha256 "d91ad7599ea09baab952e95ae2857d21ca334b1fc4ffc7e8f46f1556a6be89a0"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.1/wash-aarch64-apple-darwin"
sha256 "c7de37bab96cd41821c800595cd03cb0e18e06f04d1b3a4d0aa8a0ef08f368a0"
def install
bin.install "wash-aarch64-apple-darwin" => "wash"
@ -35,8 +30,8 @@ class Wash < Formula
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.32.1/wash-x86_64-unknown-linux-musl"
sha256 "6c62fd5a0204fa28008144ccf028ca8f918f81e1b140860bdd77d5da408f6537"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.1/wash-x86_64-unknown-linux-musl"
sha256 "b1b5df23b3c39609cd2e951b435ea29101237fecbea995a670b0e73dd202ce5a"
def install
bin.install "wash-x86_64-unknown-linux-musl" => "wash"
@ -45,8 +40,8 @@ class Wash < Formula
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.32.1/wash-aarch64-unknown-linux-musl"
sha256 "cde594f4bdfac03e795c8dbcf60f1dbc1c91527393542caaf952d6f920593e46"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.1/wash-aarch64-unknown-linux-musl"
sha256 "f73e1150b66161b2a4fb4a3d59a2139295a3f010218b71341979cc572c59e6be"
def install
bin.install "wash-aarch64-unknown-linux-musl" => "wash"