summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375d5d6f5cde..aaa43ffd31a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labymod-appimage
pkgdesc = A minecraft Launcher & modpack that optimizes the game and adds a bunch of useful features ! (1.8->1.20.1)
- pkgver = 1.0.23
+ pkgver = 1.0.27
pkgrel = 1
url = https://www.labymod.net
arch = x86_64
@@ -9,6 +9,6 @@ pkgbase = labymod-appimage
depends = xorg-xrandr
options = !strip
source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage
- sha256sums = 1f2a9a675804975092bbb39f1485bbe80255e22a5fed29a8f516c8b9160dbb3e
+ sha256sums = ee565a8f67fe89f5dae44ba008c86eaae7f5335b8462559eb624e5a2df72689b
pkgname = labymod-appimage
diff --git a/PKGBUILD b/PKGBUILD
index df50746fa671..8099d93de5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=labymod-appimage
_pkgname=labymodlauncher
-pkgver=1.0.24
+pkgver=1.0.27
pkgrel=1
pkgdesc='A minecraft Launcher & modpack that optimizes the game and adds a bunch of useful features ! (1.8->1.20.1)'
url=https://www.labymod.net
@@ -12,7 +12,7 @@ depends=(fuse xorg-xrandr)
options=(!strip)
_appimage="LabyMod%20Launcher-latest.AppImage"
source=("https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage")
-sha256sums=('1f2a9a675804975092bbb39f1485bbe80255e22a5fed29a8f516c8b9160dbb3e')
+sha256sums=('ee565a8f67fe89f5dae44ba008c86eaae7f5335b8462559eb624e5a2df72689b')
prepare() {
chmod +x "${_appimage}"