openrct2 0.4.3
Closes #118144. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
d7dd36ded3
commit
6ea9cdbf52
|
@ -2,8 +2,8 @@ class Openrct2 < Formula
|
|||
desc "Open source re-implementation of RollerCoaster Tycoon 2"
|
||||
homepage "https://openrct2.io/"
|
||||
url "https://github.com/OpenRCT2/OpenRCT2.git",
|
||||
tag: "v0.4.2",
|
||||
revision: "8ceea458774d37ab87fd0e7672180b119f8d8b31"
|
||||
tag: "v0.4.3",
|
||||
revision: "285e0fc42e4c3b484083f9708c87732ed991a78b"
|
||||
license "GPL-3.0-only"
|
||||
head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop"
|
||||
|
||||
|
@ -48,8 +48,8 @@ class Openrct2 < Formula
|
|||
end
|
||||
|
||||
resource "objects" do
|
||||
url "https://github.com/OpenRCT2/objects/releases/download/v1.3.5/objects.zip"
|
||||
sha256 "4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff"
|
||||
url "https://github.com/OpenRCT2/objects/releases/download/v1.3.7/objects.zip"
|
||||
sha256 "d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue