11class GitXargs < Formula
22 desc "CLI for making updates across multiple Github repositories with a single command"
33 homepage "https://github.com/gruntwork-io/git-xargs"
4- url "https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v0.1.12 .tar.gz"
5- sha256 "f050412c266203a0d6b4f0f427dc3023340f1aaed6e8c3d8f3aa49beeb194732 "
4+ url "https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v0.1.13 .tar.gz"
5+ sha256 "1d580862a29b29aaba09747b7e4af4ade6c3f9f93792d9f75b050a30bf9d66a4 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -11,12 +11,12 @@ class GitXargs < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "95c54cf7ddac0552103dfb59c8370857e55becd16c2e4e755db15b684e747daf "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "95c54cf7ddac0552103dfb59c8370857e55becd16c2e4e755db15b684e747daf "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "95c54cf7ddac0552103dfb59c8370857e55becd16c2e4e755db15b684e747daf "
17- sha256 cellar : :any_skip_relocation , sonoma : "774200b89aa3097caa2029f97ca0846e0dd1e13fc856d71cbb03d79c23105719 "
18- sha256 cellar : :any_skip_relocation , ventura : "774200b89aa3097caa2029f97ca0846e0dd1e13fc856d71cbb03d79c23105719 "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "5e2ae97c43721e908e2656ff0293113953a71fd69be37a50049953f450a5dbfb "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "475419ebe8700d6daa56148ae3bb54f7cff40bc78365e9955561642d6073b699 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "475419ebe8700d6daa56148ae3bb54f7cff40bc78365e9955561642d6073b699 "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "475419ebe8700d6daa56148ae3bb54f7cff40bc78365e9955561642d6073b699 "
17+ sha256 cellar : :any_skip_relocation , sonoma : "320aa7ac38b537ff09fbc82b1b46483842d70b23dcf2169c8742efa1c1453aae "
18+ sha256 cellar : :any_skip_relocation , ventura : "320aa7ac38b537ff09fbc82b1b46483842d70b23dcf2169c8742efa1c1453aae "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9e77ca1763bc592ef4b9a465e0eb09f068c22611010f53727bde7a7785e490e6 "
2020 end
2121
2222 depends_on "go" => :build
0 commit comments