Skip to content

Commit 18c064a

Browse files
BrewTestBotstefanb
authored andcommitted
openrct2 0.4.18
1 parent 598730e commit 18c064a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/o/openrct2.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Openrct2 < Formula
22
desc "Open source re-implementation of RollerCoaster Tycoon 2"
33
homepage "https://openrct2.io/"
44
url "https://github.com/OpenRCT2/OpenRCT2.git",
5-
tag: "v0.4.17",
6-
revision: "60dc190e1b79a0a91bc1da68184afef8041a1624"
5+
tag: "v0.4.18",
6+
revision: "8c19879e6f0cb13a63569a20f6ccaf0d9c739b39"
77
license "GPL-3.0-only"
88
head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop"
99

@@ -47,8 +47,8 @@ class Openrct2 < Formula
4747
end
4848

4949
resource "objects" do
50-
url "https://github.com/OpenRCT2/objects/releases/download/v1.4.11/objects.zip"
51-
sha256 "fd0fed611565710f79b136958100362a8c37211467f74b85126a3a2ea35e4f78"
50+
url "https://github.com/OpenRCT2/objects/releases/download/v1.4.12/objects.zip"
51+
sha256 "6417dad971674e5cf39bf56e83e04e4086547145e3fac696f163037fe841e7be"
5252
end
5353

5454
def install

0 commit comments

Comments
 (0)