From b67772d455a1527ec21ba3531fc966db41eae2c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 18 May 2026 17:40:52 +0000 Subject: [PATCH 1/2] cadence 1.10.3 --- Formula/c/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 6de1008efe3f..9eed4cf95ce0 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://cadence-lang.org/" - url "https://github.com/onflow/cadence/archive/refs/tags/v1.10.2.tar.gz" - sha256 "cfcb6544880e296ca8c64aab2a8440d4af38c60e0dd8dfbcd6e7e0b4862e7db2" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.10.3.tar.gz" + sha256 "10c5512caf61205e5941b314e9a9ba17682e1c2fdaa29f451f2e2a1958d79f37" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 1d73510ae061c783f318c3625f7602c7a3c2aeeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 18 May 2026 19:37:24 +0000 Subject: [PATCH 2/2] cadence: update 1.10.3 bottle. --- Formula/c/cadence.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 9eed4cf95ce0..521820a31bd3 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -15,12 +15,12 @@ class Cadence < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "d93eae81b2c8aee73f20e401cadf206c9abec792d12352fadc0ed0190410ece3" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d93eae81b2c8aee73f20e401cadf206c9abec792d12352fadc0ed0190410ece3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d93eae81b2c8aee73f20e401cadf206c9abec792d12352fadc0ed0190410ece3" - sha256 cellar: :any_skip_relocation, sonoma: "b204f2ed05b22536b08a94151fcce12e56486c7cbcae870849e37f381903f0a5" - sha256 cellar: :any_skip_relocation, arm64_linux: "053b3fa7c42ee03785f1805f9ecf5468e703503d21d0b9e5ee6cadec772c80c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9acec8a9f60411a86bee476b264093505e71eef43640b5add543ecbfa4b2921" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "e2353c232773359ed9b596b1ec284840abff4973c3dc1e202705a1bbdf1e757a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2353c232773359ed9b596b1ec284840abff4973c3dc1e202705a1bbdf1e757a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2353c232773359ed9b596b1ec284840abff4973c3dc1e202705a1bbdf1e757a" + sha256 cellar: :any_skip_relocation, sonoma: "7fa6099577e55ae1e430e77a9c550e48ac1510dee51531cd75379c13e151d768" + sha256 cellar: :any_skip_relocation, arm64_linux: "23b25a6c778270596e2ff7e3614a2cc36ee5324cd06440c935d15af43c08d77f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e141369863f8397cf7d5eed7357348e4287cd74aacbb9a47185eb921557f43f3" end depends_on "go" => :build