mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-05 23:23:54 +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.27.1"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
sha256 "43c12c8d8852fccc1b404d0672d5ec75a2135949c818012c3f7bcbe671d36363"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "b46e73272d7d5eb8fc39ed32d17d5e1ae2255eb6a9d43e4184b8e060197d4a04"
|
|
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 "9d962ff574cff126012d20c832ef2c05520ad07c6df68bf89e6d50c48a630fed"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "197ff7153d19e703936e36b318df35ddbf2cde531e935949215d573d3376bfdf"
|
|
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
|