Skip to content

Commit

Permalink
Merge pull request #47 from EOSIO/update-brew-v2.0.10
Browse files Browse the repository at this point in the history
Update brew Files for v2.0.10 Release
  • Loading branch information
nksanthosh authored Feb 26, 2021
2 parents 961e759 + 7551a41 commit ca60382
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.9.tar.gz"
version "2.0.9"
url "https://github.com/eosio/eos/archive/v2.0.10.tar.gz"
version "2.0.10"

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.9"
sha256 "d497a0efcca1225f25501434aeffb0def78c35f4a038aedfeba453955be9025e" => :mojave
root_url "https://github.com/eosio/eos/releases/download/v2.0.10"
sha256 "fa395380186f3cd545da7444f3b38ccf5bd0ace0f4f85bd7023f15eb5066bfb8" => :mojave
end
def install
raise "Error, only supporting binary packages at this time"
Expand Down

0 comments on commit ca60382

Please sign in to comment.