makedeb


prismlauncher 9.4-1


Minecraft launcher with ability to manage multiple instances.

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

Commit:


Hash: 69b4c95bc02dce28072a098c43f6cd645cbd113b

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e27b9f2..2237572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ postinst = postinst.sh
 pkgbase = prismlauncher
 pkgdesc = Minecraft launcher with ability to manage multiple instances.
 pkgrel = 1
-pkgver = 9.2
+pkgver = 9.4
 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.2/PrismLauncher-9.2.tar.gz
+source = https://github.com/PrismLauncher/PrismLauncher/releases/download/9.4/PrismLauncher-9.4.tar.gz
 source = gcc-armv7-fix.patch
 source = copyright
-sha256sums = 8702b40393b44a364633f1bab2a5c29abc634b5d053541fd8f85c4d1aaf50e83
+sha256sums = 77ab52239c2a2a9f77d7c4607e1d9cf40970f9240d2f5061b116a7b1b8fd0277
 sha256sums = 42394447d4b52c9329ff45f3c700c0eb2090a5803c5de010587d64294c37420f
 sha256sums = 55f14ca1c20ba05785b248b3454ce2671149112d6b7c1a4e4fd24f4dde8f4c71
 makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 330bf6b..632b5ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: dada513 <dada513@protonmail.com>
 
 pkgname=prismlauncher
-pkgver=9.2
+pkgver=9.4
 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=('8702b40393b44a364633f1bab2a5c29abc634b5d053541fd8f85c4d1aaf50e83'
+sha256sums=('77ab52239c2a2a9f77d7c4607e1d9cf40970f9240d2f5061b116a7b1b8fd0277'
             '42394447d4b52c9329ff45f3c700c0eb2090a5803c5de010587d64294c37420f'
             '55f14ca1c20ba05785b248b3454ce2671149112d6b7c1a4e4fd24f4dde8f4c71')
 postinst=postinst.sh