Skip to content

Commit e6523d8

Browse files
PrismLauncher: update to 9.2
* add missing qtnetworkauth dependency * add myself as maintainer
1 parent 955adc9 commit e6523d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

games/PrismLauncher/Portfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ PortGroup qt5 1.0
66
PortGroup java 1.0
77
PortGroup cmake 1.1
88

9-
github.setup PrismLauncher PrismLauncher 8.0
10-
# Change github.tarball_from to 'releases' or 'archive' next update
11-
github.tarball_from tarball
12-
revision 1
9+
github.setup PrismLauncher PrismLauncher 9.2
10+
github.tarball_from releases
11+
revision 0
1312
categories games
1413
license GPL-3 Apache-2
15-
maintainers nomaintainer
14+
maintainers {@eleanordoesntcode gmail.com:eleanor.publicmail} openmaintainer
1615
description A custom launcher for Minecraft
1716
long_description PrismLauncher is {*}${description} that allows you to easily manage \
1817
multiple installations of Minecraft at once.
@@ -36,7 +35,8 @@ java.version 1.8
3635
compiler.cxx_standard 2017
3736

3837
qt5.depends_component \
39-
qtsvg
38+
qtsvg \
39+
qtnetworkauth
4040

4141
depends_lib-append port:zlib
4242
depends_build-append \

0 commit comments

Comments
 (0)