Skip to content

Commit

Permalink
Merge pull request #199963 from Homebrew/bump-cadence-1.3.0
Browse files Browse the repository at this point in the history
cadence 1.3.0
  • Loading branch information
BrewTestBot authored Dec 4, 2024
2 parents 077764d + 1d4a25b commit e7e4d29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cadence.rb
Original file line number Diff line number Diff line change
@@ -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.2.1.tar.gz"
sha256 "650969954075e63323d7cfdb5ad4aac5cdf96ba03110117133dc6ad6efd81b1b"
url "https://github.com/onflow/cadence/archive/refs/tags/v1.3.0.tar.gz"
sha256 "05ba5fb56609640b38555c06dda8722e6a76a23f99862696cf6312693884fdcd"
license "Apache-2.0"
head "https://github.com/onflow/cadence.git", branch: "master"

Expand All @@ -15,12 +15,12 @@ class Cadence < Formula
end

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f81d58fc5c851163b6efb610b571c2cc583f938bbdbf994ab940be8fd5ee87b2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f81d58fc5c851163b6efb610b571c2cc583f938bbdbf994ab940be8fd5ee87b2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f81d58fc5c851163b6efb610b571c2cc583f938bbdbf994ab940be8fd5ee87b2"
sha256 cellar: :any_skip_relocation, sonoma: "05e4df422f3764d2664a1dbf305a0311093892af285653fcf8119f9181b7c362"
sha256 cellar: :any_skip_relocation, ventura: "05e4df422f3764d2664a1dbf305a0311093892af285653fcf8119f9181b7c362"
sha256 cellar: :any_skip_relocation, x86_64_linux: "498b75e2178e74a64f4f944f98655b9cf411e930516e021d755d4714f607b423"
end

depends_on "go" => :build
Expand Down

0 comments on commit e7e4d29

Please sign in to comment.