From 568febe153e1b377d9db3c6013aefd9634dc4220 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 16 Feb 2022 16:05:12 -0500 Subject: [PATCH] cadence 0.21.2 Closes #95257. Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cadence.rb b/Formula/cadence.rb index 88ee0da8a91..8cd4490912e 100644 --- a/Formula/cadence.rb +++ b/Formula/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://github.com/onflow/cadence" - url "https://github.com/onflow/cadence/archive/v0.21.1.tar.gz" - sha256 "786c0c3f1f2fc96410e412d5b508170bc1d0cf4738e630f4cc1d78fb61906c05" + url "https://github.com/onflow/cadence/archive/v0.21.2.tar.gz" + sha256 "91a9e031cc8596a9f2312aab04e0af0f938193ea2305eac8577ced15e5aef677" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master"