summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2023-02-03 18:02:35 +0100
committerSefa Eyeoglu2023-02-03 18:02:35 +0100
commitec8afc4da3c067a0f952253e093d8bae6dca888a (patch)
tree5cb048313817d6d99c02da879f5f50035799f9f8
parent4ce65d556d0005d64a5b3600cdc3d4f44250fb51 (diff)
downloadaur-ec8afc4da3c067a0f952253e093d8bae6dca888a.tar.gz
upgpkg: prismlauncher 6.2-1
upstream release update to 6.2 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e057137dc64e..59cacf959bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = prismlauncher
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 6.1
- pkgrel = 3
+ pkgver = 6.2
+ pkgrel = 1
url = https://prismlauncher.org
arch = i686
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = prismlauncher
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
- source = https://github.com/PrismLauncher/PrismLauncher/releases/download/6.1/PrismLauncher-6.1.tar.gz
- sha256sums = d89171a982af0f93208b25c33f5f890ca9674bd0573e685da969d6436103da9c
+ source = https://github.com/PrismLauncher/PrismLauncher/releases/download/6.2/PrismLauncher-6.2.tar.gz
+ sha256sums = ca867e07865d6585b68a3d3b76e46c49ee498cecbeab1e9d1621d618f088198b
pkgname = prismlauncher
diff --git a/PKGBUILD b/PKGBUILD
index 5ab2a288cdee..b6438cb5d34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: dada513 <dada513@protonmail.com>
pkgname=prismlauncher
-pkgver=6.1
-pkgrel=3
+pkgver=6.2
+pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://prismlauncher.org"
@@ -20,7 +20,7 @@ optdepends=('glfw: to use system GLFW libraries'
'visualvm: Profiling support'
'xorg-xrandr: for older minecraft versions')
source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-${pkgver}.tar.gz")
-sha256sums=('d89171a982af0f93208b25c33f5f890ca9674bd0573e685da969d6436103da9c')
+sha256sums=('ca867e07865d6585b68a3d3b76e46c49ee498cecbeab1e9d1621d618f088198b')
build() {
cd "PrismLauncher-${pkgver}"