From 8c7965377068e7d9c07bcf375b6476b375309f0e Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Sun, 30 Aug 2015 18:27:06 -0700 Subject: [PATCH] allegro: update head url Closes Homebrew/homebrew#43427. Signed-off-by: Xu Cheng --- Formula/allegro.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/allegro.rb b/Formula/allegro.rb index 6c01eeba6c..0b26cfe0e8 100644 --- a/Formula/allegro.rb +++ b/Formula/allegro.rb @@ -22,7 +22,7 @@ class Allegro < Formula end head do - url "git://git.code.sf.net/p/alleg/allegro", :branch => "5.1" + url "https://github.com/liballeg/allegro5.git", :branch => "5.1" depends_on "theora" => :recommended end