allegro 5.1.11 (devel)
Closes Homebrew/homebrew#40959. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
612c85c0f4
commit
33f3e133d1
1 changed files with 5 additions and 6 deletions
|
@ -13,16 +13,15 @@ class Allegro < Formula
|
|||
sha256 "32a6ba24e889fb5529edcf6b6da894610942ce4610da8cb9ea021bf97ae13532" => :mountain_lion
|
||||
end
|
||||
|
||||
|
||||
head do
|
||||
url "git://git.code.sf.net/p/alleg/allegro", :branch => "5.1"
|
||||
devel do
|
||||
url "https://downloads.sourceforge.net/project/alleg/allegro-unstable/5.1.11/allegro-5.1.11.tar.gz"
|
||||
sha256 "7a071635e39105ce52cd82c8641a8f3841efbdfe8fdb39f7a5ae1be6db3be07f"
|
||||
|
||||
depends_on "theora" => :recommended
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://downloads.sourceforge.net/project/alleg/allegro-unstable/5.1.10/allegro-5.1.10.tar.gz"
|
||||
sha256 "e8e8d604d60dc144022fd0af50a44bd9211fce87e7c150170209fa7b00d0ae8d"
|
||||
head do
|
||||
url "git://git.code.sf.net/p/alleg/allegro", :branch => "5.1"
|
||||
|
||||
depends_on "theora" => :recommended
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue