PrismLauncher: update to 8.4

This commit is contained in:
SpidFightFR 2024-06-23 13:55:46 +02:00 committed by cinerea0
parent 3d282a3841
commit 36aef3f41f

View file

@ -1,7 +1,7 @@
# Template file for 'PrismLauncher' # Template file for 'PrismLauncher'
pkgname=PrismLauncher pkgname=PrismLauncher
version=8.3 version=8.4
revision=4 revision=1
build_style=cmake build_style=cmake
configure_args="-DLauncher_BUILD_PLATFORM=Void" configure_args="-DLauncher_BUILD_PLATFORM=Void"
hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools qt6-base scdoc" hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools qt6-base scdoc"
@ -12,7 +12,7 @@ maintainer="Philipp David <pd@3b.pm>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://prismlauncher.org/" homepage="https://prismlauncher.org/"
distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz" distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz"
checksum=4d587122f673ee4daea5aa098bd3da0f51989dbb600560146dd8a0375491cea0 checksum=a4df9059559df2e410ddf933e05fe4bffaa01631c6eeb55e63af4a2d0d719726
if [ -z "$XBPS_CHECK_PKGS" ]; then if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=0" configure_args+=" -DBUILD_TESTING=0"