From 152a2d54c48e48483e667533fd1cebbb17264bb1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 18 Oct 2022 01:09:01 +0200 Subject: [PATCH] PolyMC: switch to a more trusted meta server the person currently in control of the polymc meta server might not have the best intentions --- srcpkgs/PolyMC/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/PolyMC/template b/srcpkgs/PolyMC/template index 23267f588719..350b51fd49d3 100644 --- a/srcpkgs/PolyMC/template +++ b/srcpkgs/PolyMC/template @@ -1,10 +1,10 @@ # Template file for 'PolyMC' pkgname=PolyMC version=1.4.2 -revision=1 +revision=2 build_style=cmake configure_args="-DLauncher_BUILD_PLATFORM=Void - -DLauncher_VERSION_BUILD=${revision}" + -DLauncher_VERSION_BUILD=${revision} -DLauncher_META_URL=https://meta.scrumplex.rocks/v1/" hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools qt5-qmake scdoc" makedepends="qt5-devel"