From e1d1facbc3d961849273adb67a1d119576d2fe6e Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Fri, 28 Aug 2015 17:56:02 +0200 Subject: [PATCH] camlistore: use new URL, add conflict with 'hello' --- Formula/camlistore.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/camlistore.rb b/Formula/camlistore.rb index 27ac93142a..b11bcf0b0a 100644 --- a/Formula/camlistore.rb +++ b/Formula/camlistore.rb @@ -1,9 +1,9 @@ class Camlistore < Formula desc "Content-addressable multi-layer indexed storage" homepage "http://camlistore.org" - head "https://camlistore.googlesource.com/camlistore", :using => :git - url "https://github.com/bradfitz/camlistore/archive/0.8.tar.gz" + url "https://github.com/camlistore/camlistore/archive/0.8.tar.gz" sha256 "61b75708ae25ac4dc1c5c31c1cf8f806ccaafaaacf618caf1aa9d31489fec50f" + head "https://camlistore.googlesource.com/camlistore", :using => :git bottle do sha1 "0e23421d8dcd222bdaebbd9cdd4027f570e9c76d" => :mavericks @@ -11,6 +11,8 @@ class Camlistore < Formula sha1 "f72efd9e3c4654a0520b1ecf9991e2a23ea4cdad" => :lion end + conflicts_with "hello", :because => "both install `hello` binaries" + depends_on "pkg-config" => :build depends_on "go" => :build depends_on "sqlite"