diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 34af64ce23976..69c00b2d51cce 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -1,8 +1,8 @@ class Proto < Formula desc "Pluggable multi-language version manager" homepage "https://moonrepo.dev/proto" - url "https://github.com/moonrepo/proto/archive/refs/tags/v0.41.1.tar.gz" - sha256 "f3c5f2327a91cc764ae791b37e922cfb78b3d82ce4a4101c2ab73c66ec5f51ab" + url "https://github.com/moonrepo/proto/archive/refs/tags/v0.41.2.tar.gz" + sha256 "342fc577600cc8ebc8c3fc2f36a9b0954cdcce8ad411780acd67311d4a24f711" license "MIT" head "https://github.com/moonrepo/proto.git", branch: "master" @@ -12,14 +12,12 @@ class Proto < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a48e485dd09e11a5e95e1427b752e3fae95263cc36a0dd17906d06931435780" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c27f7ce69baa6cf8ef681ecceb1e8f48b7a1ed4af3d676f38b1fd128d47dd331" - sha256 cellar: :any_skip_relocation, arm64_ventura: "92cdf20a4a808d9fefbe43073d468e0e2d1cd196c228f0743a3d88fbd6647b27" - sha256 cellar: :any_skip_relocation, arm64_monterey: "209f19d256ac0d7e4e52024ad9dcc64d5f377c96b6f77c145356f0e01134a0e0" - sha256 cellar: :any_skip_relocation, sonoma: "2736542677c8fc9a1741a5228a5d5eaa0a084109a3b961d62cf9332d840a7462" - sha256 cellar: :any_skip_relocation, ventura: "6bc2c8cd6b0e08c4c6403b38e257021f2459fb3a6678e14cde48ed5c0be7c212" - sha256 cellar: :any_skip_relocation, monterey: "6d54224419fd98eb6b985145cc6cefa2e45abe9bbbc67c386eb3d49f17516c0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a93fc94933f981ab28ad6fd0dc85233b035c9c80664590c387838ca045425ed6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "958e66de2b7d47983068ae952f9722fedef6b1d6fc3bbc27fe4929beb0e1c622" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a95b20a715f38212f48a177e761fc4359882685bfe2315485645744aa9cedf9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "758ddc5acd616d8ce95a56c3d7d96b9d42be7cd3ba130f16d8fd9f736a03fdb4" + sha256 cellar: :any_skip_relocation, sonoma: "0e30ab5029a6f961935c5134e8856ae02d8f32a20fa347d97fd1e256b529ea39" + sha256 cellar: :any_skip_relocation, ventura: "1fcb60e3c41be6cac9c0c3f3a34c34c4478fcb842113a4b94b0677ce73181937" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b22a6157616d50cdd0980e5f998a38477b85530eb892f480ca22aaefa2a2f07c" end depends_on "pkg-config" => :build