Skip to content

Commit

Permalink
Merge pull request #194905 from Homebrew/bump-cadence-1.1.0
Browse files Browse the repository at this point in the history
cadence 1.1.0
  • Loading branch information
BrewTestBot authored Oct 18, 2024
2 parents 5ba9c21 + 0fc7788 commit f70ea5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.0.1.tar.gz"
sha256 "2a7a9afb2bf984627638e98588f740e87d52f8c16199474b72044f2021d4a236"
url "https://github.com/onflow/cadence/archive/refs/tags/v1.1.0.tar.gz"
sha256 "67e2db6e812e87da43193d89a99ae140ec282156debf375cd67ad3236b1cc204"
license "Apache-2.0"
head "https://github.com/onflow/cadence.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05471216abc3b2e141fabcfc3b498617617357c72396d7ff39c2ed41b2a150dd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05471216abc3b2e141fabcfc3b498617617357c72396d7ff39c2ed41b2a150dd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "05471216abc3b2e141fabcfc3b498617617357c72396d7ff39c2ed41b2a150dd"
sha256 cellar: :any_skip_relocation, sonoma: "26813f7793ace1b7b54d5d54579516c6ca4adad4cf296c9a2bb34abd2a89cfbd"
sha256 cellar: :any_skip_relocation, ventura: "26813f7793ace1b7b54d5d54579516c6ca4adad4cf296c9a2bb34abd2a89cfbd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb4b6a8deb366d63b49b2fb92e371179a6cc5b2d16976acd37927ad4c244a30d"
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"
end

depends_on "go" => :build

conflicts_with "cadence-workflow", because: "both install a `cadence` executable"

def install
system "go", "build", *std_go_args(ldflags: "-s -w"), "./runtime/cmd/main"
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/main"
end

test do
Expand Down

0 comments on commit f70ea5b

Please sign in to comment.