makedeb


prismlauncher-qt5 9.2-1


Minecraft launcher with ability to manage multiple instances.

Click here to go back to the commit logs for prismlauncher-qt5.

Commit:


Hash: 1f1d92ff87526b1eab73625882c7bed6eddf8c91

Message: update to 9.2 Signed-off-by: lordofpipes <lordpipe@protonmail.com>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e963f45..67988d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ postinst = postinst.sh
 pkgbase = prismlauncher-qt5
 pkgdesc = Minecraft launcher with ability to manage multiple instances.
 pkgrel = 1
-pkgver = 9.1
+pkgver = 9.2
 url = https://prismlauncher.org
 arch = i386
 arch = amd64
@@ -40,10 +40,10 @@ optdepends = java-runtime=8: support for Minecraft versions <= 1.16
 optdepends = x11-xserver-utils: xrandr is needed to support Minecraft versions <= 1.12
 optdepends = s!gamemode: support for GameMode
 optdepends = s!mangohud: HUD overlay for FPS and temperatures
-source = https://github.com/PrismLauncher/PrismLauncher/releases/download/9.1/PrismLauncher-9.1.tar.gz
+source = https://github.com/PrismLauncher/PrismLauncher/releases/download/9.2/PrismLauncher-9.2.tar.gz
 source = gcc-armv7-fix.patch
 source = copyright
-sha256sums = 0aac56ec6b039e28f0605e7d86ebf602ee28dd9e4c7a16915ca974104954e832
+sha256sums = 8702b40393b44a364633f1bab2a5c29abc634b5d053541fd8f85c4d1aaf50e83
 sha256sums = 42394447d4b52c9329ff45f3c700c0eb2090a5803c5de010587d64294c37420f
 sha256sums = 55f14ca1c20ba05785b248b3454ce2671149112d6b7c1a4e4fd24f4dde8f4c71
 makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 0bb7792..461e817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: lordpipe <lordpipe@protonmail.com>
-# Maintainer: txtsd <mpr.makedeb@ihavea.quest>
+# Contributor: txtsd <mpr.makedeb@ihavea.quest>
 # Contributor: Sefa Eyeoglu <conctact@scrumplex.net>
 # Contributor: dada513 <dada513@protonmail.com>
 
 pkgname=prismlauncher-qt5
-pkgver=9.1
+pkgver=9.2
 pkgrel=1
 pkgdesc='Minecraft launcher with ability to manage multiple instances.'
 arch=('i386' 'amd64' 'arm64' 'armhf' 'riscv64')
@@ -49,7 +49,7 @@ source=(
   'gcc-armv7-fix.patch'
   'copyright'
 )
-sha256sums=('0aac56ec6b039e28f0605e7d86ebf602ee28dd9e4c7a16915ca974104954e832'
+sha256sums=('8702b40393b44a364633f1bab2a5c29abc634b5d053541fd8f85c4d1aaf50e83'
             '42394447d4b52c9329ff45f3c700c0eb2090a5803c5de010587d64294c37420f'
             '55f14ca1c20ba05785b248b3454ce2671149112d6b7c1a4e4fd24f4dde8f4c71')
 postinst=postinst.sh