aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/riak.rb28
1 files changed, 4 insertions, 24 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb
index e7b8377d9..ed017e9a2 100644
--- a/Library/Formula/riak.rb
+++ b/Library/Formula/riak.rb
@@ -1,9 +1,9 @@
require 'formula'
class Riak <Formula
- url 'http://downloads.basho.com/riak/riak-0.12/riak-0.12.0.tar.gz'
+ url 'http://downloads.basho.com/riak/riak-0.13/riak-0.13.0.tar.gz'
homepage 'http://riak.basho.com'
- md5 'b5bbc7aaf115bc6ba518137b733ad8a2'
+ md5 'fc559921c4d32526bfc0e9129eb17daf'
skip_clean 'libexec/log'
skip_clean 'libexec/log/sasl'
@@ -12,12 +12,7 @@ class Riak <Formula
skip_clean 'libexec/data/ring'
depends_on 'erlang'
-
- def patches
- # Having issues with the integer_to_list/2 BIF
- DATA
- end
-
+
def install
ENV.deparallelize
system "make all rel"
@@ -34,19 +29,4 @@ class Riak <Formula
(prefix + 'data/ring').mkpath
(prefix + 'data/dets').mkpath
end
-end
-
-__END__
-diff --git a/apps/riak_core/src/riak_core_util.erl b/apps/riak_core/src/riak_core_util.erl
-index 4c5d73c..e03a95a 100644
---- a/apps/riak_core/src/riak_core_util.erl
-+++ b/apps/riak_core/src/riak_core_util.erl
-@@ -22,7 +22,7 @@
-
- %% @doc Various functions that are useful throughout Riak.
- -module(riak_core_util).
--
-+-compile({no_auto_import,[integer_to_list/2]}).
- -export([moment/0,
- make_tmp_dir/0,
- compare_dates/2,
+end \ No newline at end of file