Skip to content

Commit

Permalink
update build/homebrew.sh to work with apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Sep 13, 2022
1 parent ebf15c2 commit 9eab23f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o errexit
set -o pipefail

readonly prgdir=$(cd $(dirname $0); pwd)
readonly brewdir=$(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core
readonly brewdir=$(brew tap-info homebrew/core | head -n 2 | tail -n 1 | sed 's/[[:space:]].*$//')

v=${1:-}
[[ -n "$v" ]] || read -p "Enter version (e.g. 1.0.4): " v
Expand Down
4 changes: 2 additions & 2 deletions build/homebrew.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/url
DAurl "https://github.com/fabiolb/fabio/archive/v1.6.1.tar.gz"/sha256
DAsha256 "dafb85fb89a8d23a8edc6e96da54c4bdc0b86fce936fa6378e9f49fa70a04793":wq
DAurl "https://github.com/fabiolb/fabio/archive/v1.6.2.tar.gz"/sha256
DAsha256 "9edd6ad52f9e2f6df921e173b6e0913bd1fda34693f0ed07f25c3621b1ffaee6":wq

0 comments on commit 9eab23f

Please sign in to comment.