From 60c44d4b582dc281d729119274f2b026a4aa3486 Mon Sep 17 00:00:00 2001 From: Stian Eikeland Date: Tue, 13 Oct 2015 21:28:46 +0200 Subject: [PATCH] rebar 2.6.1 Closes Homebrew/homebrew#44907. Signed-off-by: Dominyk Tiller --- Formula/rebar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rebar.rb b/Formula/rebar.rb index ef157e5382..bc4b9df7a4 100644 --- a/Formula/rebar.rb +++ b/Formula/rebar.rb @@ -1,8 +1,8 @@ class Rebar < Formula desc "Erlang build tool" homepage "https://github.com/rebar/rebar" - url "https://github.com/rebar/rebar/archive/2.6.0.tar.gz" - sha256 "9f30ea5ab9da8638273cb55b49780e58fed1f4aa8623b835bcdd983bb451f7a7" + url "https://github.com/rebar/rebar/archive/2.6.1.tar.gz" + sha256 "aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" head "https://github.com/rebar/rebar.git"