Skip to content

Commit 69e1cb1

Browse files
committed
Update to openttd-1.7.1-RC1
1 parent 8890aee commit 69e1cb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.flatpak org.openttd.openttd
4+
flatpak build-bundle repo openttd-1.7.1-RC1.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.flatpak
8+
flatpak install --user --bundle openttd-1.7.1-RC1.flatpak
99
uninstall:
1010
flatpak uninstall --user org.openttd.openttd

org.openttd.openttd.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app-id": "org.openttd.openttd",
3-
"version": "1.7",
3+
"version": "1.7.1-RC1",
44
"runtime": "org.freedesktop.Platform",
55
"runtime-version": "1.4",
66
"sdk": "org.freedesktop.Sdk",
@@ -40,8 +40,8 @@
4040
"sources" : [
4141
{
4242
"type": "archive",
43-
"url": "https://binaries.openttd.org/releases/1.7.0/openttd-1.7.0-source.tar.xz",
44-
"sha256": "df9307f42a45ac57dff23fe5cfb9bdb2a3d676456e7c771de173de060c2a99e0"
43+
"url": "https://binaries.openttd.org/releases/1.7.1-RC1/openttd-1.7.1-RC1-source.tar.xz",
44+
"sha256": "f811207e6ce8fff933c2db5c405347d37683dd76ff3d9717cecb82c5d092feb4"
4545
}
4646
]
4747
},

0 commit comments

Comments
 (0)