Files
homebrew-taps/Casks/harness-sync.rb
T
2026-05-29 05:36:56 +01:00

47 lines
1.5 KiB
Ruby

# This file was generated by GoReleaser. DO NOT EDIT.
cask "harness-sync" do
version "0.28.3"
on_macos do
on_intel do
sha256 "e958aedf8ba36bc4aef93ee2194710ee9dcb26b55ee9ac9266b8447f7c0e5ebc"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
end
on_arm do
sha256 "82fdfd937d7e890823a44b7e995afdcd001f540c9f074c493320804ff2acdfa6"
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 "94d7ecb6b7763543d5f4050d6a594a90627354de7d0cea77f69964d874729b3b"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
end
on_arm do
sha256 "2d70d718ad9c567ca3cc6720b5b9d43f51167b60e06f231e2aa93217f2ca739c"
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