From ac29c3e34d7937470f496358b2eefa31a9701202 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 26 Oct 2015 10:37:59 +0000 Subject: [PATCH] inspircd: use the 2.0 branch as head instead of master. Closes Homebrew/homebrew#45333. Signed-off-by: Dominyk Tiller --- Formula/inspircd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/inspircd.rb b/Formula/inspircd.rb index 5d0751731b..cdb7668c25 100644 --- a/Formula/inspircd.rb +++ b/Formula/inspircd.rb @@ -3,7 +3,7 @@ class Inspircd < Formula homepage "http://www.inspircd.org" url "https://github.com/inspircd/inspircd/archive/v2.0.20.tar.gz" sha256 "5156e2da5da4cfa377705ecd633aee41cdcd785d12627497d55cab5f70dd686f" - head "https://github.com/inspircd/inspircd.git" + head "https://github.com/inspircd/inspircd.git", :branch => "insp20" bottle do revision 1