Skip to content

Commit

Permalink
Merge pull request Homebrew#169904 from Homebrew/bump-frugal-3.17.13
Browse files Browse the repository at this point in the history
frugal 3.17.13
  • Loading branch information
cho-m authored Apr 24, 2024
2 parents 5c5b4f9 + 782ecf5 commit 8279478
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/frugal.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Frugal < Formula
desc "Cross language code generator for creating scalable microservices"
homepage "https://github.com/Workiva/frugal"
url "https://github.com/Workiva/frugal/archive/refs/tags/v3.17.12.tar.gz"
sha256 "54eb159e726b816c91910c0a61da176ad5a5057612118a5df6cf5ff562f237a8"
url "https://github.com/Workiva/frugal/archive/refs/tags/v3.17.13.tar.gz"
sha256 "3e55ad273b96bfc802beffe51ad694ce7b305a33a50c05efb1dfcf0bb4c7715f"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "789b00fd33c8679863bd986eab2f642c9d2350b1b5f91303e3c138609439134a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "789b00fd33c8679863bd986eab2f642c9d2350b1b5f91303e3c138609439134a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "789b00fd33c8679863bd986eab2f642c9d2350b1b5f91303e3c138609439134a"
sha256 cellar: :any_skip_relocation, sonoma: "88e6089120444dc33827226e43c981aea6f94e42021030e027e8955306dec912"
sha256 cellar: :any_skip_relocation, ventura: "88e6089120444dc33827226e43c981aea6f94e42021030e027e8955306dec912"
sha256 cellar: :any_skip_relocation, monterey: "88e6089120444dc33827226e43c981aea6f94e42021030e027e8955306dec912"
sha256 cellar: :any_skip_relocation, x86_64_linux: "36a72c420f2002d719f16cfa7af3af0b10ee72dfa3c281ca9d0dee2c7e965a8b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eacd34e93b0fc193380d03bc05a347ddad3fee930429b65ec0a90f87ddb44467"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eacd34e93b0fc193380d03bc05a347ddad3fee930429b65ec0a90f87ddb44467"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eacd34e93b0fc193380d03bc05a347ddad3fee930429b65ec0a90f87ddb44467"
sha256 cellar: :any_skip_relocation, sonoma: "8b40940a628e8ccc22ea537c97fbd9fe4fbe0d65767898429c26a50a88ad6b83"
sha256 cellar: :any_skip_relocation, ventura: "8b40940a628e8ccc22ea537c97fbd9fe4fbe0d65767898429c26a50a88ad6b83"
sha256 cellar: :any_skip_relocation, monterey: "8b40940a628e8ccc22ea537c97fbd9fe4fbe0d65767898429c26a50a88ad6b83"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b3181b74500e524d491a135703928e2681c01bd2052cd116565f34e0eab102f6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8279478

Please sign in to comment.