We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5e123 commit ac029f6Copy full SHA for ac029f6
CHANGELOG.md
@@ -3,6 +3,12 @@ homebrew Cookbook CHANGELOG
3
This file is used to list changes made in each version of the homebrew cookbook.
4
5
6
+v1.5.4
7
+------
8
+- [COOK-4023] Fix installer script's URL.
9
+- Fixing up style for rubocop
10
+
11
12
v1.5.2
13
------
14
- [COOK-3825] setting $HOME on homebrew_package
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Install Homebrew and use it as your package provider in Mac OS X'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '1.5.3'
+version '1.5.4'
recipe 'homebrew', 'Install Homebrew'
supports 'mac_os_x'
supports 'mac_os_x_server'
0 commit comments