mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-08 23:40:36 +00:00
47 lines
1.5 KiB
Ruby
47 lines
1.5 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "harness-sync" do
|
|
version "0.28.9"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
sha256 "effd15d971858c15fa6f45f628f8aed60b64bf9100086fd5c7e7ccc55b7511af"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "30c8163248feb704078675c9c11d2e25eacf86b40696dd12ad42434a748c6f99"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-arm64.tar.gz"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
sha256 "b71bf628d8708718ab864d3ab66d19e1c0dd736e20b2c1f73692926252a3e4dc"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "26bf92029bd80c645d723766f798fcb8918be568d04cf9f8c5a78187bd97f5b6"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-arm64.tar.gz"
|
|
end
|
|
end
|
|
|
|
name "harness-sync"
|
|
desc "Sync skills, agents, MCP, and LLM endpoints across multiple LLM harnesses"
|
|
homepage "https://github.com/lukaszraczylo/harness-sync"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "harness-sync"
|
|
|
|
postflight do
|
|
if OS.mac?
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/harness-sync"]
|
|
end
|
|
end
|
|
|
|
# No zap stanza required
|
|
|
|
end
|