diff --git a/installers/homebrew/cf-bin.rb b/installers/homebrew/cf-bin.rb
index 584b77e0988..121321cf633 100644
--- a/installers/homebrew/cf-bin.rb
+++ b/installers/homebrew/cf-bin.rb
@@ -2,11 +2,11 @@
class CfBin < Formula
homepage 'https://github.com/cloudfoundry/cli'
- url 'https://github.com/cloudfoundry/cli/releases/download/v6.0.0/cf-darwin-amd64.tgz'
- sha1 'f2b27f521da2abeacc289071f5f409cfef8ce9e3'
+ url 'https://github.com/cloudfoundry/cli/releases/download/v6.0.1/cf-darwin-amd64.tgz'
+ sha1 '548a83996ade1fb4c4334e4ebcfd558434c01daf'
def install
- system 'curl -O https://raw.github.com/cloudfoundry/cli/v6.0.0/LICENSE'
+ system 'curl -O https://raw.github.com/cloudfoundry/cli/v6.0.1/LICENSE'
bin.install 'cf-darwin-amd64' => 'cf'
doc.install 'LICENSE'
end
diff --git a/installers/homebrew/cf-src.rb b/installers/homebrew/cf-src.rb
index acde655b835..7251a9ae43a 100644
--- a/installers/homebrew/cf-src.rb
+++ b/installers/homebrew/cf-src.rb
@@ -2,7 +2,7 @@
class CfSrc < Formula
homepage 'https://github.com/cloudfoundry/cli'
- url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.0.0'
+ url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.0.1'
head 'https://github.com/cloudfoundry/cli.git', :branch => 'master'
@@ -10,6 +10,7 @@ class CfSrc < Formula
def install
inreplace 'src/cf/app_constants.go', 'SHA', 'homebrew'
+ inreplace 'src/cf/app_constants.go', 'BUILT_FROM_SOURCE', 'homebrew'
system 'bin/build'
bin.install 'out/cf'
doc.install 'LICENSE'
diff --git a/installers/osx/Distribution b/installers/osx/Distribution
new file mode 100644
index 00000000000..19ab4579084
--- /dev/null
+++ b/installers/osx/Distribution
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+ Cloud Foundry CLI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #com.cloudfoundry.cli.pkg
+
diff --git a/installers/osx/com.cloudfoundry.cli.pkg/PackageInfo b/installers/osx/com.cloudfoundry.cli.pkg/PackageInfo
new file mode 100644
index 00000000000..22f49ecc566
--- /dev/null
+++ b/installers/osx/com.cloudfoundry.cli.pkg/PackageInfo
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+