From 0771fd571a2154fbe59204161535f158d26a2216 Mon Sep 17 00:00:00 2001 From: fai-tap-bot Date: Sat, 30 May 2026 00:01:19 +0000 Subject: [PATCH] chore: formula -> v0.12.2 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 5b13865..fd376da 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.1" + version "0.12.2" 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 "REPLACE_WITH_AARCH64_SHA256_FROM_MANIFEST" + sha256 "83ed473673276008c0ba7eaab2a11b0106b983dd94a00bbd67544b93f0ac591c" else url "https://git.flemming.ai/fai/platform/releases/download/" \ "v#{version}/fai-macos-x86_64" - sha256 "REPLACE_WITH_X86_64_SHA256_FROM_MANIFEST" + sha256 "d6b39f0153c2de4e7d42390ca157a7937a65750d44496925f49ee5ce5c3b7ef3" end # Plain binary — no source build needed. We rely on the upstream