Skip to content

Commit

Permalink
allegro 5.2.2
Browse files Browse the repository at this point in the history
Closes #8241.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
SiegeLord authored and nijikon committed Dec 27, 2016
1 parent 7d2d5f3 commit d4826bc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Formula/allegro.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
class Allegro < Formula
desc "C/C++ multimedia library for cross-platform game development"
homepage "http://liballeg.org/"
revision 1
url "http://download.gna.org/allegro/allegro/5.2.2/allegro-5.2.2.tar.gz"
sha256 "e285b9e12a7b33488c0e7e139326903b9df10e8fa9adbfcfe2e1105b69ce94fc"

head "https://github.com/liballeg/allegro5.git", :branch => "master"

stable do
url "http://download.gna.org/allegro/allegro/5.2.1.1/allegro-5.2.1.1.tar.gz"
sha256 "b5d9df303bc6d72d54260c24505889acd995049b75463b46344e797a58a44a71"

# Fix compilation on 10.12
# https://github.com/liballeg/allegro5/pull/682
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/2daef1c/allegro/patch-allegro-10.12.diff"
sha256 "f2879676a370749319b8247ab7437b8060c9d9dc2f58f45db0d782419fe37adf"
end
end

bottle do
cellar :any
sha256 "8491d79cf614dbf5a4fe3798d18d70493c64035d8d9c36db580f3654b7d294fe" => :sierra
Expand Down

0 comments on commit d4826bc

Please sign in to comment.