Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update brew file for new release #45

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.tar.gz"
version "2.0.7"
url "https://github.com/eosio/eos/archive/v2.0.8.tar.gz"
version "2.0.8"

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