summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2024-01-11 14:57:53 -0500
committerKaydax2024-01-11 14:57:53 -0500
commitd0ae5401ed75a3072589b2d12451a745562327d0 (patch)
tree5ede012f78c4935ab7c0c6dcbd300d90db5f1ecc
parentf8742abd0f625053368019344436fc226fe65f9b (diff)
downloadaur-d0ae5401ed75a3072589b2d12451a745562327d0.tar.gz
6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59212a7f68aa..0f68da3beeb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polymc-qt5
pkgdesc = Minecraft launcher with the ability to manage multiple instances.
- pkgver = 6.0
+ pkgver = 6.1
pkgrel = 2
url = https://github.com/PolyMC/PolyMC
arch = i686
@@ -26,7 +26,7 @@ pkgbase = polymc-qt5
optdepends = xorg-xrandr: for older minecraft versions
provides = polymc
conflicts = polymc
- source = https://github.com/PolyMC/PolyMC/releases/download/6.0/PolyMC-6.0.tar.gz
- sha256sums = 8b9af09a0abbe6a9ccbe8f5aca5a7f445ebbc9e1e59fc220974eedd703684447
+ source = https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-6.1.tar.gz
+ sha256sums = 16d62604f7e4aed0a9a31876b860e5054ca12e1c81fe47e74324eb1edec9d8d0
pkgname = polymc-qt5
diff --git a/PKGBUILD b/PKGBUILD
index ad79e8e39676..eb03a125d556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: dada513 <dada513@protonmail.com>
pkgname=polymc-qt5
-pkgver=6.0
+pkgver=6.1
pkgrel=2
pkgdesc="Minecraft launcher with the ability to manage multiple instances."
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ optdepends=('glfw: to use system GLFW libraries'
)
source=("https://github.com/PolyMC/PolyMC/releases/download/$pkgver/PolyMC-$pkgver.tar.gz")
-sha256sums=('8b9af09a0abbe6a9ccbe8f5aca5a7f445ebbc9e1e59fc220974eedd703684447')
+sha256sums=('16d62604f7e4aed0a9a31876b860e5054ca12e1c81fe47e74324eb1edec9d8d0')
build() {