From 425d4166afff44bc55caef184791e4b6ec6d330a Mon Sep 17 00:00:00 2001 From: fai-tap-bot Date: Sat, 30 May 2026 12:01:01 +0000 Subject: [PATCH] chore: formula -> v0.12.3 Signed-off-by: fai-tap-bot --- Formula/fai.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/fai.rb b/Formula/fai.rb index fd376da..b2ccd1f 100644 --- a/Formula/fai.rb +++ b/Formula/fai.rb @@ -29,7 +29,7 @@ class Fai < Formula desc "Deterministic workflow engine for AI-assisted data " \ "processing in regulated environments" homepage "https://flemming.ai" - version "0.12.2" + version "0.12.3" license "Apache-2.0" # Platform-specific binary URLs + sha256 are filled in per @@ -39,11 +39,11 @@ class Fai < Formula if Hardware::CPU.arm? url "https://git.flemming.ai/fai/platform/releases/download/" \ "v#{version}/fai-macos-aarch64" - sha256 "83ed473673276008c0ba7eaab2a11b0106b983dd94a00bbd67544b93f0ac591c" + sha256 "7a43bebe1c011804f0fdf9ffe5ae36b4356128822a0c105d7c7da294912e5d31" else url "https://git.flemming.ai/fai/platform/releases/download/" \ "v#{version}/fai-macos-x86_64" - sha256 "d6b39f0153c2de4e7d42390ca157a7937a65750d44496925f49ee5ce5c3b7ef3" + sha256 "10535025b7ded094ca44a1189f530d016812dc40d6d7139c333ddf451c4ccc12" end # Plain binary — no source build needed. We rely on the upstream