Skip to content

Commit

Permalink
Merge pull request #51 from EOSIO/update-brew-v2.0.12
Browse files Browse the repository at this point in the history
Update brew file for new release v2.0.12
  • Loading branch information
nickjjzhao authored Apr 19, 2021
2 parents f4ceb59 + d36e37e commit 9d6d0da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eosio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Eosio < Formula

homepage "https://github.com/eosio/eos"
revision 0
url "https://github.com/eosio/eos/archive/v2.0.11.tar.gz"
version "2.0.11"
url "https://github.com/eosio/eos/archive/v2.0.12.tar.gz"
version "2.0.12"

option :universal

Expand All @@ -15,8 +15,8 @@ class Eosio < Formula
depends_on :arch => :intel

bottle do
root_url "https://github.com/eosio/eos/releases/download/v2.0.11"
sha256 "a17e43ed61c665be93b93b20f794e451197c0b7756bc7632e740e744f4a4ef05" => :mojave
root_url "https://github.com/eosio/eos/releases/download/v2.0.12"
sha256 "2e03b4fe73e0cdc70e607b35e35294f49d6833439176b4dedc846e62a3b77005" => :mojave
end
def install
raise "Error, only supporting binary packages at this time"
Expand Down

0 comments on commit 9d6d0da

Please sign in to comment.