diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aggregate.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/aggregate.rb b/Library/Formula/aggregate.rb index 5e9e0a111..c095e7278 100644 --- a/Library/Formula/aggregate.rb +++ b/Library/Formula/aggregate.rb @@ -1,10 +1,12 @@ require 'formula' class Aggregate < Formula - homepage 'http://freshmeat.net/projects/aggregate/' + homepage 'http://freecode.com/projects/aggregate/' url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz' sha1 '13420baf4f3f93dbed3c380ab6cca175609c5d7d' + # Note - Freecode is no longer being updated & an alternative homepage should be found if possible. + conflicts_with 'crush-tools', :because => 'both install an `aggregate` binary' def install |
