Brew cask update for harness-sync version v0.29.10

This commit is contained in:
goreleaserbot
2026-07-05 05:31:02 +01:00
parent f050e76b60
commit e84fff05b3
+5 -5
View File
@@ -1,25 +1,25 @@
# This file was generated by GoReleaser. DO NOT EDIT. # This file was generated by GoReleaser. DO NOT EDIT.
cask "harness-sync" do cask "harness-sync" do
version "0.29.8" version "0.29.10"
on_macos do on_macos do
on_intel do on_intel do
sha256 "81f0dfa414eb830e78a42bdbc96e5eebfe49a460f43a8a5df5f685fc971e71c4" sha256 "7be9e859346d0c65cd4a6e99350dd0e9b59ee76a631484e27828a4b9fbac20c3"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
end end
on_arm do on_arm do
sha256 "5f51bd3610b58bfd383dc86d9e673a7b877760e51379ec6936a453e264d206c9" sha256 "9fd6ad01d8189a44cd65d730e903836997086a79c889341575abf0690970f906"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-arm64.tar.gz" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-arm64.tar.gz"
end end
end end
on_linux do on_linux do
on_intel do on_intel do
sha256 "bb85d7400332235cadb949f47ad783582ae6e40eff47202e48ffe7e4a8f4195e" sha256 "c41e778e8f07213b7fb127ec11819b3ddb933fa9da1a5f0ddc4ade8d3b5b5135"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
end end
on_arm do on_arm do
sha256 "e1af4e039c08bc9d8a33108d00b6478ac3a0e2381d2059e93ebe9cb2a21f3f42" sha256 "09d4ef3cafdf521373b2957de22637927e73aeebcd3fb79f37d7b1eb680d9368"
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-arm64.tar.gz" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-arm64.tar.gz"
end end
end end