summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNixuge2023-07-12 19:53:14 +0200
committerNixuge2023-07-12 19:53:14 +0200
commit022e72c83639e3f15733993ace5b63e25c29b24c (patch)
tree914266fe8e6b97d04e034c4a7b50c5718b03f294
parent8d290bce6e644c5876a3a9c8cf70e39c465257c8 (diff)
downloadaur-022e72c83639e3f15733993ace5b63e25c29b24c.tar.gz
Updated url, updated to 1.0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f74ef56d76a..c29d21680b05 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.19
+ pkgver = 1.0.22
pkgrel = 1
url = https://www.labymod.net
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = labymod-appimage
depends = fuse
depends = xorg-xrandr
options = !strip
- source = https://laby-releases.s3.de.io.cloud.ovh.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage
- sha256sums = 690b478380dc1f374937b8b4e4d41aaeb875b7a9fccf9c4cfe99b64bf0a3fa50
+ source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage
+ sha256sums = 1a3bb729ab81dcbd3ba425d339f7a1b89a16be4d9a94b759e2c2951634c6a3a8
pkgname = labymod-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 21a1ea7dc85b..f7851f2c2da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=labymod-appimage
_pkgname=labymodlauncher
-pkgver=1.0.19
+pkgver=1.0.22
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
@@ -11,8 +11,8 @@ license=(unknown)
depends=(fuse xorg-xrandr)
options=(!strip)
_appimage="LabyMod%20Launcher-latest.AppImage"
-source=("https://laby-releases.s3.de.io.cloud.ovh.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage")
-sha256sums=('690b478380dc1f374937b8b4e4d41aaeb875b7a9fccf9c4cfe99b64bf0a3fa50')
+source=("https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-latest.AppImage")
+sha256sums=('1a3bb729ab81dcbd3ba425d339f7a1b89a16be4d9a94b759e2c2951634c6a3a8')
prepare() {
chmod +x "${_appimage}"