diff --git a/Formula/s/shfmt.rb b/Formula/s/shfmt.rb index db49f4c30ab2c..894388e365c4e 100644 --- a/Formula/s/shfmt.rb +++ b/Formula/s/shfmt.rb @@ -1,20 +1,18 @@ class Shfmt < Formula desc "Autoformat shell script source code" homepage "https://github.com/mvdan/sh" - url "https://github.com/mvdan/sh/archive/refs/tags/v3.9.0.tar.gz" - sha256 "d8bd0b83cd41bb65420395d6efb7d2c4bfcd535fbf3d702325d150e5ee2d1809" + url "https://github.com/mvdan/sh/archive/refs/tags/v3.10.0.tar.gz" + sha256 "4cad722b7a569a05c86ec489b1d5980843ae60ca8db15aa71174c7810378a8ec" license "BSD-3-Clause" head "https://github.com/mvdan/sh.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b2151cc6266a7c0a21a6ec4edab774168671d81406bd127980dd5b5ebdad9d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d15598743aa7c7688b49b4a0df839805f605faaa692def2f36554c26e5136eeb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d15598743aa7c7688b49b4a0df839805f605faaa692def2f36554c26e5136eeb" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d15598743aa7c7688b49b4a0df839805f605faaa692def2f36554c26e5136eeb" - sha256 cellar: :any_skip_relocation, sonoma: "70107f7fdf986b706bc63652fd16355f426c7789088bfd5beb0fe83fc5069fe7" - sha256 cellar: :any_skip_relocation, ventura: "70107f7fdf986b706bc63652fd16355f426c7789088bfd5beb0fe83fc5069fe7" - sha256 cellar: :any_skip_relocation, monterey: "70107f7fdf986b706bc63652fd16355f426c7789088bfd5beb0fe83fc5069fe7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f9f1e653f63d0d4c9042b9dca3063074326998b19b5b216478b682bd437ee17" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "88d60bca61406671618ecf94f2d81104882f9dd8db838a70d0c2cd6c0fa46863" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "88d60bca61406671618ecf94f2d81104882f9dd8db838a70d0c2cd6c0fa46863" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88d60bca61406671618ecf94f2d81104882f9dd8db838a70d0c2cd6c0fa46863" + sha256 cellar: :any_skip_relocation, sonoma: "788b7ecff02bbff7fa1563a4937999972799361b4a0c49b1ed8545983d6ff989" + sha256 cellar: :any_skip_relocation, ventura: "788b7ecff02bbff7fa1563a4937999972799361b4a0c49b1ed8545983d6ff989" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b15af30edec238edf607c38a95bd45249cdd6f48f30ab33bdd0a9c2ae2da956" end depends_on "go" => :build