pivotal-legacy / homebrew-tap

33 stars 49 forks source link

Build springboot from HEAD #7

Closed nebhale closed 10 years ago

nebhale commented 10 years ago

Previously, the spring boot formula would only download and install the latest milestone. For people testing snapshots (and not wanting to do a manual installation), this wasn't entirely helpful. This change adds support for Homebrew's [unstable version support](). Users can now do a

brew install springboot --HEAD

and get an install built from the HEAD of the Spring Boot repo.