From 716693a6efc05614bc973317fcb3c680d52e190f Mon Sep 17 00:00:00 2001 From: Philipp David Date: Thu, 27 Jul 2023 15:02:15 +0200 Subject: [PATCH] PrismLauncher: update to 7.2. --- srcpkgs/PrismLauncher/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index 14813d2b7ac94..9bf0440d8d18a 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,6 +1,6 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher -version=7.1 +version=7.2 revision=1 build_style=cmake configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_QT_VERSION_MAJOR='5'" @@ -13,7 +13,7 @@ maintainer="Philipp David " license="GPL-3.0-only" homepage="https://prismlauncher.org/" distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz" -checksum=dc7aeff6e0dc12f4f2065e718418a4110ccdbad3e49fbd58e416a213fde7ebb1 +checksum=5733b55c4532286813a6fb7de2f3a38e6f6db743a251919c8b646d32a84514b4 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=0"