aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/rebar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb
index 66eb63af6..1fdbc9ca9 100644
--- a/Library/Formula/rebar.rb
+++ b/Library/Formula/rebar.rb
@@ -2,8 +2,8 @@ require 'formula'
class Rebar < Formula
homepage 'https://github.com/rebar/rebar'
- url 'https://github.com/rebar/rebar/archive/2.0.0.zip'
- sha1 '4775839097324107c730e094e42ce87b456b655c'
+ url 'https://github.com/rebar/rebar/archive/2.1.0.zip'
+ sha1 '4137e2b8fb4fc9fb7fb0c75dc9fc8c908f8393b1'
head "https://github.com/basho/rebar.git", :branch => "master"