Closed ilovezfs closed 7 years ago
Hey @ilovezfs,
Done as of https://github.com/Jeffail/leaps/commit/578f42522a56b5da4bd4b932f199b212eeb38e0b. I'll tag it as v0.6.2. Thanks for updating the Homebrew formula.
Thanks for updating the Homebrew formula.
You're welcome!
Done as of 578f425.
Thanks. That's a big help.
I'll tag it as v0.6.2.
Perfect.
I've opened https://github.com/Homebrew/homebrew-core/pull/13644 for 0.6.2
Despite having a vendor directory, in the Homebrew formula we still have to fetch
golang.org/x/net
manually, or the build fails, as follows:It would be great if the vendor directory were complete, so that we can remove the one remaining
go_resource
block, which would make downstream maintenance easier. In particular, we have to look up the latest git commit ofgolang.org/x/net
and update the formula with it, which interferes with automation of the updates.Thanks!