openttd 1.9.0
Closes #38647. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3b415162bb
commit
19b4c9a197
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
class Openttd < Formula
|
||||
desc "Simulation game based upon Transport Tycoon Deluxe"
|
||||
homepage "https://www.openttd.org/"
|
||||
url "https://binaries.openttd.org/releases/1.8.0/openttd-1.8.0-source.tar.xz"
|
||||
sha256 "c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f"
|
||||
head "https://git.openttd.org/openttd/trunk.git"
|
||||
url "https://proxy.binaries.openttd.org/openttd-releases/1.9.0/openttd-1.9.0-source.tar.xz"
|
||||
sha256 "45fded554d973328496f6e01b0769d7b8b64048a8fe2cf252242194c08ea7419"
|
||||
head "https://github.com/OpenTTD/OpenTTD.git"
|
||||
|
||||
bottle do
|
||||
sha256 "5525bc99e1a325df855a27cc443b2a7ac92e618ae713be9392f52903d92530e0" => :mojave
|
||||
|
@ -17,17 +17,17 @@ class Openttd < Formula
|
|||
depends_on "xz"
|
||||
|
||||
resource "opengfx" do
|
||||
url "https://bundles.openttdcoop.org/opengfx/releases/0.5.4/opengfx-0.5.4.zip"
|
||||
sha256 "3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078"
|
||||
url "https://binaries.openttd.org/extra/opengfx/0.5.5/opengfx-0.5.5-all.zip"
|
||||
sha256 "c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe"
|
||||
end
|
||||
|
||||
resource "opensfx" do
|
||||
url "https://bundles.openttdcoop.org/opensfx/releases/0.2.3/opensfx-0.2.3.zip"
|
||||
sha256 "3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662"
|
||||
url "https://binaries.openttd.org/extra/opensfx/0.2.3/opensfx-0.2.3-all.zip"
|
||||
sha256 "6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02"
|
||||
end
|
||||
|
||||
resource "openmsx" do
|
||||
url "https://bundles.openttdcoop.org/openmsx/releases/0.3.1/openmsx-0.3.1.zip"
|
||||
url "https://binaries.openttd.org/extra/openmsx/0.3.1/openmsx-0.3.1-all.zip"
|
||||
sha256 "92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue