aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-06-21 13:25:06 -0700
committerBrett Koonce2014-06-21 17:23:13 -0700
commit10fc87e8cfc7e0547aac443da1a5b5efa1eba4c9 (patch)
treeadcfb38dbf943ebfe8c940c30cf30dd9c6ef2466 /Library
parent04e83f02552a81cfb4bc40e7645136533c6ca81d (diff)
downloadhomebrew-10fc87e8cfc7e0547aac443da1a5b5efa1eba4c9.tar.bz2
rebar 2.4.0
Diffstat (limited to 'Library')
-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 b9eb128ff..f6b112493 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.3.0.tar.gz"
- sha1 "4fc7eed4f3210c1547ba5ddfb5d3dc54a6422c37"
+ url "https://github.com/rebar/rebar/archive/2.4.0.tar.gz"
+ sha1 "e694cb6de0f4046166226f096a8cd1e52cb42555"
head "https://github.com/rebar/rebar.git", :branch => "master"