Skip to content

Commit

Permalink
Merge pull request #171511 from Homebrew/bump-chezmoi-2.48.1
Browse files Browse the repository at this point in the history
chezmoi 2.48.1
  • Loading branch information
BrewTestBot authored May 12, 2024
2 parents ed5f496 + b59135b commit 45ba924
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/chezmoi.rb
Original file line number Diff line number Diff line change
@@ -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.48.0.tar.gz"
sha256 "3034a37ddc21fd19e9a37297dd98a6edbf85e68f112cafef721d2512fbac13e5"
url "https://github.com/twpayne/chezmoi/archive/refs/tags/v2.48.1.tar.gz"
sha256 "6c7647bd42dcda7370a85c3f744018667e4a122a227ac368373443dec694d6e9"
license "MIT"
head "https://github.com/twpayne/chezmoi.git", branch: "master"

Expand All @@ -14,13 +14,13 @@ class Chezmoi < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13a325d306782eb2edbc6eb4a264da38459ac31db996f51206d36b9270bdb75c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ae4d75066856841772974e4ebc1d2b82de767d05150bfd0a52d7a13cbaffae6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "07d92e3c0f39df8b2b58c608666b754ce4321f3214ccd1dbda5a7935218edf8a"
sha256 cellar: :any_skip_relocation, sonoma: "2ddf675039497850bbd1ca63fd03f43718a1a3f870f1185f3aa8607e22c5e1e4"
sha256 cellar: :any_skip_relocation, ventura: "22d1a287a204debd0a02f3374fbaed7913a14a33354510481ad4b3f0299f5154"
sha256 cellar: :any_skip_relocation, monterey: "0c0a870dce81a80f7f91629234612cc52e88aaa52a3fbcaf5a8562428479ac89"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b09a91c752f8b1ea9226f4930c1d0f88b95e416e0ef62774333209c9e9eedc3a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e455ab73da6d2f3247a7ff590d71b10ef8c0129639b78fe3606cc35168e7e2c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b072a946e0fd4897b54501eb20f96224704dac743602b24aa7e878fbab587e5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b2b7ac91f44627cbeb264d73673c39c929fad56b7f9ca2b3974b7653874e2be1"
sha256 cellar: :any_skip_relocation, sonoma: "4d91514bc1450a6997a67319f26ca0970e4437b06749c9c526cc9e5921af3217"
sha256 cellar: :any_skip_relocation, ventura: "31c7a7be28d8c3dbd822b318b1a02f7269eefbed360de6249deff5b7a04e735b"
sha256 cellar: :any_skip_relocation, monterey: "9ea01f0bdaa484fdcb13b690856483480ab9cea840bc388dd5c0cb86ed685951"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c90a77237cbe393a46ffd03903eedafe8045aa8be4ce1dd02f789aabb825f33c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 45ba924

Please sign in to comment.