summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7ba1b4ec6c..41b3f022d4af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lunar-client
pkgdesc = PvP modpack for all modern versions of Minecraft
- pkgver = 3.2.6
+ pkgver = 3.2.7
pkgrel = 1
url = https://lunarclient.com
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lunar-client
depends = xorg-xrandr
options = !strip
options = !debug
- source = https://launcherupdates.lunarclientcdn.com/Lunar%20Client-3.2.6.AppImage
- sha256sums = e2d91cd36f007e43eeb5252ada6c74ae22096ddae9fd4e639e4195a393f92b9e
+ source = https://launcherupdates.lunarclientcdn.com/Lunar%20Client-3.2.7.AppImage
+ sha256sums = 3287631d27c251805aed6c88854a849b4fadbcf8da754245a15ca63386697a64
pkgname = lunar-client
diff --git a/PKGBUILD b/PKGBUILD
index 3178801ce8e3..b9201dd6744c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lunar-client
_pkgname=lunarclient
-pkgver=3.2.6
+pkgver=3.2.7
pkgrel=1
pkgdesc='PvP modpack for all modern versions of Minecraft'
url=https://lunarclient.com
@@ -12,7 +12,7 @@ depends=(fuse xorg-xrandr)
options=(!strip !debug)
_appimage="Lunar%20Client-${pkgver}.AppImage"
source=("https://launcherupdates.lunarclientcdn.com/${_appimage}")
-sha256sums=('e2d91cd36f007e43eeb5252ada6c74ae22096ddae9fd4e639e4195a393f92b9e')
+sha256sums=('3287631d27c251805aed6c88854a849b4fadbcf8da754245a15ca63386697a64')
prepare() {
chmod +x "${_appimage}"