# This file was generated by GoReleaser. DO NOT EDIT. cask "harness-sync" do version "0.29.8" on_macos do on_intel do sha256 "81f0dfa414eb830e78a42bdbc96e5eebfe49a460f43a8a5df5f685fc971e71c4" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz" end on_arm do sha256 "5f51bd3610b58bfd383dc86d9e673a7b877760e51379ec6936a453e264d206c9" 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 "bb85d7400332235cadb949f47ad783582ae6e40eff47202e48ffe7e4a8f4195e" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz" end on_arm do sha256 "e1af4e039c08bc9d8a33108d00b6478ac3a0e2381d2059e93ebe9cb2a21f3f42" 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