Skip to content

Commit bd4340d

Browse files
committed
Update openttd to 1.7.1
1 parent 69e1cb1 commit bd4340d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
all:
22
rm -rf openttd
33
flatpak-builder --repo=repo --ccache openttd org.openttd.openttd.json
4-
flatpak build-bundle repo openttd-1.7.1-RC1.flatpak org.openttd.openttd
4+
flatpak build-bundle repo openttd-1.7.1.flatpak org.openttd.openttd
55
clean:
66
rm -rf build repo openttd *.flatpak .flatpak-builder
77
install:
8-
flatpak install --user --bundle openttd-1.7.1-RC1.flatpak
8+
flatpak install --user --bundle openttd-1.7.1.flatpak
99
uninstall:
1010
flatpak uninstall --user org.openttd.openttd

org.openttd.openttd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"sources" : [
4141
{
4242
"type": "archive",
43-
"url": "https://binaries.openttd.org/releases/1.7.1-RC1/openttd-1.7.1-RC1-source.tar.xz",
44-
"sha256": "f811207e6ce8fff933c2db5c405347d37683dd76ff3d9717cecb82c5d092feb4"
43+
"url": "https://binaries.openttd.org/releases/1.7.1/openttd-1.7.1-source.tar.xz",
44+
"sha256": "61190952a98d494d3fd62e395dd6c359609914d0ba8fe80eaeb585b7d62a1b36"
4545
}
4646
]
4747
},

0 commit comments

Comments
 (0)