Updating OpenTTD to 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f9b15eb25a
commit
1f81c5f131
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Openttd <Formula
|
class Openttd <Formula
|
||||||
url 'http://binaries.openttd.org/releases/1.0.3/openttd-1.0.3-source.tar.bz2'
|
url 'http://us.binaries.openttd.org/binaries/releases/1.0.5/openttd-1.0.5-source.tar.bz2'
|
||||||
homepage 'http://www.openttd.org/'
|
homepage 'http://www.openttd.org/'
|
||||||
md5 'cff60c624913a491ed3c91474e845722'
|
md5 'fc79f788e2be140948b972c32b0f1eec'
|
||||||
|
|
||||||
depends_on 'libpng'
|
depends_on 'libpng'
|
||||||
depends_on 'lzo'
|
depends_on 'lzo'
|
||||||
|
|
Loading…
Reference in a new issue