This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Releases: boxen/puppet-homebrew
Releases · boxen/puppet-homebrew
1.11.5: Merge pull request #79 from boxen/fix-package-version-check
- fix package version check to handle formulae with revisions
- fix possible dependency cycle with 1.11.4
1.11.4: Merge pull request #75 from mikemcquaid/boxen-commands
Move boxen-* commands into the tap's cmd directory.
1.11.3: Merge pull request #77 from mikemcquaid/boxen-upgrade-min-revision
config: update min_revision for tap upgrade fix.
1.11.2: Merge pull request #74 from boxen/fix-hook-download
Fix hook downloads
1.11.1: Merge pull request #73 from boxen/minor-usr-local-fixes
Minor custom rootdir fixes
Reworked Homebrew installation
Based on the official installer script
1.10.11: Merge pull request #71 from boxen/fix-taps-with-custom-root-dir
Fix tap and repo provider with custom root dir
Configurable root and bottle locations
This release includes a backwards-incompatible change to
See #70 and #69 for more details
This is closely related to, and depends on, the changes boxen/puppet-boxen 3.8.0, specifically the boxen_download_url_base
fact in boxen/puppet-boxen#114
Add BOXEN_DOWNLOAD_BASE_URL support
Instead of restricting to S3-sourced homebrew binaries, you can set BOXEN_DOWNLOAD_BASE_URL
to something like https://my-boxen-place.example.com/
.
See #65 for details.