Compare commits

...

11 Commits

Author SHA1 Message Date
Brooks Townsend 3fc2b9e2e4 wash: add 0.42.0 bottle. 2025-05-31 14:43:20 +00:00
brooksmtownsend e67ffba0ed bump wash to v0.42.0
Closes #94.

Signed-off-by: brooksmtownsend <brooksmtownsend@users.noreply.github.com>
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
2025-05-31 14:39:35 +00:00
Taylor Thomas 9789f361eb wash: add 0.41.0 bottle. 2025-03-24 18:06:06 +00:00
Taylor Thomas a3180b22f3 bump wash to v0.41.0
Closes #93.

Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
Signed-off-by: Taylor Thomas <taylor@oftaylor.com>
2025-03-24 18:02:35 +00:00
Brooks Townsend e2ce4ec738 wash: add 0.40.0 bottle. 2025-03-10 18:03:31 +00:00
brooksmtownsend c7690fb061 bump wash to v0.40.0
Closes #92.

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>
2025-03-10 18:00:01 +00:00
Brooks Townsend 4890512667 feat: remove -cli suffix w/ new package
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
2025-03-10 13:30:59 -04:00
Brooks Townsend 43e4fd6218 wash: add 0.39.0 bottle. 2025-02-25 16:20:34 +00:00
brooksmtownsend 8c5b27bb44 bump wash to v0.39.0
Closes #90.

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>
2025-02-25 16:17:08 +00:00
Taylor Thomas a7253f23ec wash: add 0.38.0 bottle. 2025-01-29 19:56:01 +00:00
thomastaylor312 1008f3785d bump wash to v0.38.0
Closes #89.

Signed-off-by: thomastaylor312 <thomastaylor312@users.noreply.github.com>
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
Signed-off-by: Taylor Thomas <taylor@oftaylor.com>
2025-01-29 19:52:40 +00:00
3 changed files with 16 additions and 16 deletions

View File

@ -36,7 +36,7 @@ jobs:
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae
- run: brew test-bot --only-formulae --skip-checksum-only-audit
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact

View File

@ -6,12 +6,12 @@ on:
workflow_dispatch:
inputs:
tag_prefix:
description: "Prefix for the release tag to pull from (i.e. wash-cli)"
default: "wash-cli"
description: 'Prefix for the release tag to pull from (i.e. wash)'
default: 'wash'
required: false
type: string
tag_version:
description: "Tag to pull"
description: 'Tag to pull'
required: true
type: string

View File

@ -5,27 +5,27 @@
class Wash < Formula
desc "WAsmcloud SHell - a comprehensive command-line tool for wasmCloud development"
homepage "https://wasmcloud.com/"
version "0.38.0"
version "0.42.0"
license "Apache-2.0"
bottle do
root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.38.0"
sha256 cellar: :any_skip_relocation, ventura: "ab411269cb687da5964f3357d5cf4734ffdf58fa31b2ecac51028498e8856518"
sha256 cellar: :any_skip_relocation, x86_64_linux: "307b6668d81ef4949b7ce544479c33fcab56602090ba8ad1aec899c8e2adc5a1"
root_url "https://github.com/wasmCloud/homebrew-wasmcloud/releases/download/wash-0.42.0"
sha256 cellar: :any_skip_relocation, ventura: "d8287b7fc6d37c2b51d09d7b4ed8378453cb3ac8e4664ed4fc425f3d6c66e9e1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4618a6f060b64c3c8b284ff5c05f1dc7a363f32c23ab6f2d84f0702ee63b7ddb"
end
on_macos do
on_intel do
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.38.0/wash-x86_64-apple-darwin"
sha256 "edec0fa45d5ed437322d2813714b5b268d3882bf5ba93f857eefef26f068037b"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-apple-darwin"
sha256 "7fdb4f898035e91940ab442cce9f6bc2380d8aecee6e75c0e988e095c3f51c9f"
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.38.0/wash-aarch64-apple-darwin"
sha256 "c2d0443264d064c3f975809e945d19fb4180a3a1d21944e43ea261f7c3050450"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-apple-darwin"
sha256 "ab9183194dd29d6eba77692bc017cbc2ea9108b734ddc19d51e74d8bf556aeec"
def install
bin.install "wash-aarch64-apple-darwin" => "wash"
@ -36,8 +36,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.38.0/wash-x86_64-unknown-linux-musl"
sha256 "8bba2463f4e121fdbbebc4046aabe1ade54aa3bd72ba70a57ad4b0e0e657bec2"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-unknown-linux-musl"
sha256 "23e44f345ae314549ba04123b86eb63fc37c1026f43b8c08a7c9b618a80cba5c"
def install
bin.install "wash-x86_64-unknown-linux-musl" => "wash"
@ -46,8 +46,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.38.0/wash-aarch64-unknown-linux-musl"
sha256 "bab4fad652eaa9bb1e890daa0478ec223aaf448fb72eb00e59014034a3bca345"
url "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-unknown-linux-musl"
sha256 "058d59cd5f181ada6de763e82ab935e1ae0db943b6df607cef3cdb647d175029"
def install
bin.install "wash-aarch64-unknown-linux-musl" => "wash"