Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
incorporate other changes from homebrew-eosio PR #55
Browse files Browse the repository at this point in the history
  • Loading branch information
praphael committed Jun 15, 2021
1 parent 16c13de commit 8c42c1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/generate_bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export SSUBPREFIX
hash=`openssl dgst -sha256 ${NAME}.tar.gz | awk 'NF>1{print $NF}'`

echo "class Eosio < Formula
# typed: false
# frozen_string_literal: true
homepage \"${URL}\"
revision 0
Expand All @@ -44,8 +46,8 @@ echo "class Eosio < Formula
depends_on \"openssl@1.1\"
depends_on \"libusb\"
depends_on \"libpqxx\"
depends_on :macos => :mojave
depends_on :arch => :intel
depends_on macos: :mojave
depends_on arch: intel
bottle do
root_url \"https://github.com/eosio/eos/releases/download/v${VERSION}\"
Expand Down

0 comments on commit 8c42c1a

Please sign in to comment.