diff --git a/Formula/c/chezmoi.rb b/Formula/c/chezmoi.rb index b32306d538aa2..9ab265dc89b00 100644 --- a/Formula/c/chezmoi.rb +++ b/Formula/c/chezmoi.rb @@ -1,8 +1,8 @@ class Chezmoi < Formula desc "Manage your dotfiles across multiple diverse machines, securely" homepage "https://chezmoi.io/" - url "https://github.com/twpayne/chezmoi/archive/refs/tags/v2.55.0.tar.gz" - sha256 "1fa36ce5ffff5a49e5a69c0910b866086749f359ae7afa06cbcc17b3bc9d8ca0" + url "https://github.com/twpayne/chezmoi/archive/refs/tags/v2.56.0.tar.gz" + sha256 "bc56294a3c47c0dfa5e22f05b1e8f6f656b650fd212d83975039a521b74e3d3c" license "MIT" head "https://github.com/twpayne/chezmoi.git", branch: "master" @@ -14,12 +14,12 @@ class Chezmoi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc5fb89e6dcdaadcf2fe291ef22edeb46e5bd6b9ced70b6129ec3feb9a45d864" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5cc6447afb83e222093eb3e3d081f86138343b9cabbc65f3f22b4c92101aadf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8610e7455c0d013c7addc42dea780baeed9161662d2ddb3d108866b979605073" - sha256 cellar: :any_skip_relocation, sonoma: "e0a19c50c7d45c389dbc13886e84aab6b285911b0b59fa967335af1c47a6a5cc" - sha256 cellar: :any_skip_relocation, ventura: "9bffc3562eabb001ab9bae4771e8c3378ed6cf8060a4db7f12883c23d653d7b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "72cef43ba9bd5c409de6e703215150948c7a82be799eaf578bc7e536d6dc9552" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "59981bbb51876426e0f5dbe45fd7941dc817e74626b8727bede5094ca2f11095" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d57430e5ccfdc7362398e638eefaedd2645e6dbc356245daf5712c76f3de0a4c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7dc2f6fbd8f6649608760cbaab11c3f3c185425498bf1aa42365dac0806eb854" + sha256 cellar: :any_skip_relocation, sonoma: "ff5981b1bab8536e7b2fd900cd2469fa0ef88d864ee8664c68bf8290ce7705d6" + sha256 cellar: :any_skip_relocation, ventura: "357f2b6e81ebf953a355a4696d4899a1cc92a41169afcb03bcd441e3bd502867" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7d4b1be25655a3a283277296023b21680f81037e4a87e2ee2e393c3b26948b2" end depends_on "go" => :build