aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:26:02 -0700
committerBrett Koonce2014-07-20 21:59:17 -0700
commita2fadfe4b7973d165b013c716026b90386c25c1b (patch)
tree869641e4b1bbbb6cf8c28c22db2129d22bd84f37 /Library/Formula
parent65bf5e9d213bcfe09a2310b98a5032cff4b21cc8 (diff)
downloadhomebrew-a2fadfe4b7973d165b013c716026b90386c25c1b.tar.bz2
rebar 2.5.0
Diffstat (limited to 'Library/Formula')
-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 f6b112493..5542e2083 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.4.0.tar.gz"
- sha1 "e694cb6de0f4046166226f096a8cd1e52cb42555"
+ url "https://github.com/rebar/rebar/archive/2.5.0.tar.gz"
+ sha1 "2c52d3970f0ff10d5c0207ed1e05efbac1bb5a94"
head "https://github.com/rebar/rebar.git", :branch => "master"