diff --git a/Formula/s/solana.rb b/Formula/s/solana.rb index c313f9b72d0d..de2a7c94c213 100644 --- a/Formula/s/solana.rb +++ b/Formula/s/solana.rb @@ -1,8 +1,8 @@ class Solana < Formula desc "Web-Scale Blockchain for decentralized apps and marketplaces" homepage "https://solana.com" - url "https://github.com/solana-labs/solana/archive/refs/tags/v1.17.16.tar.gz" - sha256 "1d44ebc853345c5153602d9a88511e795ed53ec5e89fb09038a3f8c76e2c6f93" + url "https://github.com/solana-labs/solana/archive/refs/tags/v1.17.17.tar.gz" + sha256 "ed99471a0a1c852ec3605dd2c46529ba96f7e673e6a2e6f1c104e605c4761dda" license "Apache-2.0" version_scheme 1 @@ -26,13 +26,13 @@ class Solana < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "009359e3f72049c550360e0a42b7b89a727362fc549e32636d62a82312eb0783" - sha256 cellar: :any_skip_relocation, arm64_ventura: "770af69b774dac2374f51f7ee04689b0c7798f3f7e6e203280af84d0e3646535" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8f86011fb6f34b192518da7653a63d1c183e44d2a67ddb6e5d375d2f20c3e4bb" - sha256 cellar: :any_skip_relocation, sonoma: "bbea0c77923f9e25ee38e0762cafc4b0103fbd502b8d4afaf8dc7d80357a71d4" - sha256 cellar: :any_skip_relocation, ventura: "61817c9d45d531598c0aa5a177dc7c993715d001375753a45f56a2a08a2c05be" - sha256 cellar: :any_skip_relocation, monterey: "0abf5131f7164f20787e261d8c2ab1de1b21cbda876b8c856de2b8c7520cc578" - sha256 cellar: :any_skip_relocation, x86_64_linux: "54cb95e11e896d7f4f1c95f377037d90cd8b4f686a4f718ca7b55faa7bb57a6a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4433d03f4c2783db7f92e1dea11ee356d019c6c881e29fbb58bc868d8f73c2e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e051d98bc98cc68a11381fb2629de956f148eccac53d3658b5d682f527198e03" + sha256 cellar: :any_skip_relocation, arm64_monterey: "72c0c195485ce919af4cab92f846729ec155553b5fbf47403ec7bc4dccfa72c3" + sha256 cellar: :any_skip_relocation, sonoma: "484e508e501311113b68dd01f312c7536e52d46075647916779cb6d3185dddbf" + sha256 cellar: :any_skip_relocation, ventura: "0a2dc9d4509e64cbeb3534846c23f42ed76819212ddfcb11c341d46b3c1b3545" + sha256 cellar: :any_skip_relocation, monterey: "d383e13529350d6b2d332872bacea0e2297b67622ac7bed284cce164c941c44b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "920adcfe1bfc21184491c7366feea5f935eb91311aab6f1e6cd74992392d0d9a" end depends_on "protobuf" => :build