From 70ceee1b655a4238f1eb9db473c17b6c683260bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:25:45 +0000 Subject: [PATCH 1/2] cadence 1.2.1 --- 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 6049e99636172..9bc798a917b7e 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.1.0.tar.gz" - sha256 "67e2db6e812e87da43193d89a99ae140ec282156debf375cd67ad3236b1cc204" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.2.1.tar.gz" + sha256 "650969954075e63323d7cfdb5ad4aac5cdf96ba03110117133dc6ad6efd81b1b" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 8d6e12e2499f0272d2b4a1baeb0350839a0e4004 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:10:58 +0000 Subject: [PATCH 2/2] cadence: update 1.2.1 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 9bc798a917b7e..f8748700362f4 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_sequoia: "f1f12e107d96cac65debbf9bb2d4a986b5de9beb5b419f502ed2e8e652c2db4a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1f12e107d96cac65debbf9bb2d4a986b5de9beb5b419f502ed2e8e652c2db4a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1f12e107d96cac65debbf9bb2d4a986b5de9beb5b419f502ed2e8e652c2db4a" - sha256 cellar: :any_skip_relocation, sonoma: "3789a923e6206c7c5fcafcf02044142ca1e8cc0fc32a023ba98556d8829582f3" - sha256 cellar: :any_skip_relocation, ventura: "3789a923e6206c7c5fcafcf02044142ca1e8cc0fc32a023ba98556d8829582f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef37008fbd2a488747471d1967de2eb6ea4ef39d50750e587e9b3adb61027fec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "620788649bcb56931a3abc072a3dcc88b412dca884e0c8a247d10053e0fd73f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "620788649bcb56931a3abc072a3dcc88b412dca884e0c8a247d10053e0fd73f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "620788649bcb56931a3abc072a3dcc88b412dca884e0c8a247d10053e0fd73f3" + sha256 cellar: :any_skip_relocation, sonoma: "0a4692236874141ecdf43de812c119e12145271cfde7349bf408b5af7ee85e78" + sha256 cellar: :any_skip_relocation, ventura: "0a4692236874141ecdf43de812c119e12145271cfde7349bf408b5af7ee85e78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a5879690e712f51e7852d38fd68a4e38c7f91adb782b223855578bb2826aeec" end depends_on "go" => :build