simutrans 120.4
Closes #32198. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
5365565dcc
commit
6cea322a6f
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
class Simutrans < Formula
|
||||
desc "Transport simulator"
|
||||
homepage "https://www.simutrans.com/"
|
||||
url "https://downloads.sourceforge.net/project/simutrans/simutrans/120-3/simutrans-src-120-3.zip"
|
||||
version "120.3"
|
||||
sha256 "6f68785798688bf956b0d7f5971a8d8fa42d12199011665b07b903164cb3929f"
|
||||
url "https://downloads.sourceforge.net/project/simutrans/simutrans/120-4/simutrans-src-120-4.zip"
|
||||
version "120.4"
|
||||
sha256 "cf0f364a26d178d9fbee8ec59196b308c811f1c1c69f45c05cdb554e58b61898"
|
||||
head "https://github.com/aburch/simutrans.git"
|
||||
|
||||
bottle do
|
||||
|
@ -18,13 +18,13 @@ class Simutrans < Formula
|
|||
depends_on "sdl2"
|
||||
|
||||
resource "pak64" do
|
||||
url "https://downloads.sourceforge.net/project/simutrans/pak64/120-3/simupak64-120-3.zip"
|
||||
sha256 "332ff947fdddf99e0c9b67d857b1ffd02c91dfea1edc98f4195ec1f1309060f5"
|
||||
url "https://downloads.sourceforge.net/project/simutrans/pak64/120-4/simupak64-120-4.zip"
|
||||
sha256 "b1dba2876838fcda6fb1b90c9b981e2aa490c1b0a81bab7c53b8bd50f59c0ffd"
|
||||
end
|
||||
|
||||
resource "text" do
|
||||
url "https://simutrans-germany.com/translator/data/tab/language_pack-Base+texts.zip"
|
||||
sha256 "9c125325e14c6f19a5f6712be7267754e171565a5f49a185ed0b0edea774be0a"
|
||||
sha256 "44caa98599089f55d5cfef34d24f9b8ae362d0b41c784ca1b649270436cdea02"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue