From 8d8b3f2ad177b3a6f55241dbdd77aab1f5c5be66 Mon Sep 17 00:00:00 2001 From: eweos-helper <134289199+eweos-helper[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:13:55 +0000 Subject: [PATCH] [prismlauncher] 10.0.2-1: new upstream version --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4c2244220..181b74ac4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Yukari Chiba pkgname=prismlauncher -pkgver=9.4 +pkgver=10.0.2 pkgrel=1 pkgdesc="Minecraft launcher with ability to manage multiple instances." arch=('x86_64' 'aarch64' 'riscv64') @@ -13,7 +13,7 @@ optdepends=('glfw: to use system GLFW libraries' 'openal: to use system OpenAL libraries' 'visualvm: Profiling support') source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-${pkgver}.tar.gz") -sha256sums=('77ab52239c2a2a9f77d7c4607e1d9cf40970f9240d2f5061b116a7b1b8fd0277') +sha256sums=('4b36e8b0345a21a9a8da36633fa5bf4d8f44d992da1529cdfb6bf52a0ff7f33c') prepare() { cd "PrismLauncher-${pkgver}"