summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2024-01-11 14:56:32 -0500
committerKaydax2024-01-11 14:56:32 -0500
commit6f183d88ccbca73528493b5195d197327f3170cf (patch)
tree208c860ba728b2c9f33548f0060eb0614fcefc41
parent69a495dfc0c4e68856097a143d1149f6e024590a (diff)
downloadaur-6f183d88ccbca73528493b5195d197327f3170cf.tar.gz
6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e99a1858fe..1c29cde739cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polymc-bin
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 = x86_64
@@ -18,8 +18,8 @@ pkgbase = polymc-bin
optdepends = java-runtime=17: support for Minecraft versions >= 1.17
provides = polymc
conflicts = polymc
- noextract = PolyMC-Linux-Qt6-6.0.tar.gz
- source = https://github.com/PolyMC/PolyMC/releases/download/6.0/PolyMC-Linux-Qt6-6.0.tar.gz
- sha256sums = a4f06a2b0c2e94a2d44c05753146160b1a7a400df9afd744ae1672db50b94c52
+ noextract = PolyMC-Linux-Qt6-6.1.tar.gz
+ source = https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-Qt6-6.1.tar.gz
+ sha256sums = ab8114c8c406301b22ab0f5aa68dea821f9dbe8173508972dd2ec17f8a129b36
pkgname = polymc-bin
diff --git a/PKGBUILD b/PKGBUILD
index f2288f383f45..309504c336ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lenny McLennington <lenny@sneed.church>
pkgname=polymc-bin
-pkgver=6.0
+pkgver=6.1
pkgrel=2
pkgdesc="Minecraft launcher with the ability to manage multiple instances."
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('java-runtime=8: support for Minecraft versions < 1.17'
'java-runtime=17: support for Minecraft versions >= 1.17')
source=("https://github.com/PolyMC/PolyMC/releases/download/${pkgver}/PolyMC-Linux-Qt6-${pkgver}.tar.gz")
noextract=("PolyMC-Linux-Qt6-${pkgver}.tar.gz")
-sha256sums=('a4f06a2b0c2e94a2d44c05753146160b1a7a400df9afd744ae1672db50b94c52')
+sha256sums=('ab8114c8c406301b22ab0f5aa68dea821f9dbe8173508972dd2ec17f8a129b36')
package() {
install -d "$pkgdir/usr"