From 0ded0b90502a35ccf3bb6c84ae0ea106dc9ed81f Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Sun, 7 Jun 2026 23:23:49 +0000 Subject: [PATCH] chore: update wfctl to v0.75.3 --- Formula/wfctl.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/wfctl.rb b/Formula/wfctl.rb index 1cb666a..cc9f7c3 100644 --- a/Formula/wfctl.rb +++ b/Formula/wfctl.rb @@ -1,28 +1,28 @@ class Wfctl < Formula desc "CLI for the workflow orchestration engine — validate, inspect, deploy, and manage configs" homepage "https://github.com/GoCodeAlone/workflow" - version "0.75.2" + version "0.75.3" license "Apache-2.0" on_macos do on_intel do url "https://github.com/GoCodeAlone/workflow/releases/download/v#{version}/wfctl-darwin-amd64" - sha256 "3d9bb721d341d2558e1cd5431c1c9c59eb2cb475fe2f18417b5df2a1f26d6a12" + sha256 "26dfab7a7fe97f40126b536aa19ba3a29e6c68c3bbea8259b9e5cfb55746c79d" end on_arm do url "https://github.com/GoCodeAlone/workflow/releases/download/v#{version}/wfctl-darwin-arm64" - sha256 "ec4f0bf4a798981f9daa706f7c6584c0c8707fcc46072939082e91573ff62602" + sha256 "f794f3d74d00776190e680551594748bd9575900e5a25b5bec6d4a22fb3abc99" end end on_linux do on_intel do url "https://github.com/GoCodeAlone/workflow/releases/download/v#{version}/wfctl-linux-amd64" - sha256 "5b8f8e57443d7a0a33676e31fb5be25bd04a3a95c0b2cb180aacf3cd904c8b6f" + sha256 "3ec65aaf57b7ca2c6d3b8132dd0c7377c7c854d47b8d044e40cf86509f61f1fc" end on_arm do url "https://github.com/GoCodeAlone/workflow/releases/download/v#{version}/wfctl-linux-arm64" - sha256 "69370a3bf675a7773ea5637b48566e4243582d70ccafb4f0b64820edbf17dc14" + sha256 "fcfa3816bcd877a97b91cd91ddbd52196d3a7deac65a8f92067795c1d042f3b3" end end