Closed zhaofengli closed 8 months ago
homebrew-bundle now depends on $HOMEBREW_VERSION, which is set by brew.sh using the output of git describe. We don't have a git repo so let's embed the version directly.
homebrew-bundle
$HOMEBREW_VERSION
brew.sh
git describe
Fixes #19.
Actually with any declarative tap brew update fails now. Investigating...
brew update
Well, let's not support the use of brew update with declarative taps anyways.
homebrew-bundle
now depends on$HOMEBREW_VERSION
, which is set bybrew.sh
using the output ofgit describe
. We don't have a git repo so let's embed the version directly.Fixes #19.