allegro 5.2.5.0

Closes #38216.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
SiegeLord 2019-03-23 10:23:20 -07:00 committed by FX Coudert
parent 8e6c508819
commit a39d4b848b

View file

@ -1,8 +1,8 @@
class Allegro < Formula
desc "C/C++ multimedia library for cross-platform game development"
homepage "https://liballeg.org/"
url "https://github.com/liballeg/allegro5/releases/download/5.2.4.0/allegro-5.2.4.0.tar.gz"
sha256 "346163d456c5281c3b70271ecf525e1d7c754172aef4bab15803e012b12f2af1"
url "https://github.com/liballeg/allegro5/releases/download/5.2.5.0/allegro-5.2.5.0.tar.gz"
sha256 "59968da34a0353913868b8299aaff9520d19a3b0960c6406be8323a6ac9bb719"
head "https://github.com/liballeg/allegro5.git"
bottle do
@ -15,6 +15,7 @@ class Allegro < Formula
end
depends_on "cmake" => :build
depends_on "dumb"
depends_on "flac"
depends_on "freetype"
depends_on "libogg"