chore: formula -> v0.12.2

Signed-off-by: fai-tap-bot <platform@flemming.ai>
This commit is contained in:
fai-tap-bot 2026-05-30 00:01:19 +00:00
parent 1c0eb6c668
commit 0771fd571a

View file

@ -29,7 +29,7 @@ class Fai < Formula
desc "Deterministic workflow engine for AI-assisted data " \ desc "Deterministic workflow engine for AI-assisted data " \
"processing in regulated environments" "processing in regulated environments"
homepage "https://flemming.ai" homepage "https://flemming.ai"
version "0.12.1" version "0.12.2"
license "Apache-2.0" license "Apache-2.0"
# Platform-specific binary URLs + sha256 are filled in per # Platform-specific binary URLs + sha256 are filled in per
@ -39,11 +39,11 @@ class Fai < Formula
if Hardware::CPU.arm? if Hardware::CPU.arm?
url "https://git.flemming.ai/fai/platform/releases/download/" \ url "https://git.flemming.ai/fai/platform/releases/download/" \
"v#{version}/fai-macos-aarch64" "v#{version}/fai-macos-aarch64"
sha256 "REPLACE_WITH_AARCH64_SHA256_FROM_MANIFEST" sha256 "83ed473673276008c0ba7eaab2a11b0106b983dd94a00bbd67544b93f0ac591c"
else else
url "https://git.flemming.ai/fai/platform/releases/download/" \ url "https://git.flemming.ai/fai/platform/releases/download/" \
"v#{version}/fai-macos-x86_64" "v#{version}/fai-macos-x86_64"
sha256 "REPLACE_WITH_X86_64_SHA256_FROM_MANIFEST" sha256 "d6b39f0153c2de4e7d42390ca157a7937a65750d44496925f49ee5ce5c3b7ef3"
end end
# Plain binary — no source build needed. We rely on the upstream # Plain binary — no source build needed. We rely on the upstream