summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuantian2022-06-15 16:34:13 -0700
committerhuantian2022-06-15 16:34:13 -0700
commit54401a55fb33b132cdadd8887c59b83e492a3016 (patch)
treeeb6fbc5d3f16c36bb2488381971a586d208be2c8
parentb9a78cf8b82b3a29755a671d5548c5369a9961a4 (diff)
downloadaur-54401a55fb33b132cdadd8887c59b83e492a3016.tar.gz
v1.1.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fddf093513..c00611e0a572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdlauncher
pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
- pkgver = 1.1.23
- pkgrel = 2
+ pkgver = 1.1.24
+ pkgrel = 1
url = https://gdevs.io
arch = x86_64
license = GPL3
@@ -23,9 +23,9 @@ pkgbase = gdlauncher
conflicts = gdlauncher-git
conflicts = gdlauncher-bin
conflicts = gdlauncher-appimage
- source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.23.tar.gz
+ source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.24.tar.gz
source = use-system-7za-and-disable-updater.patch
- md5sums = a742d128802643cd772f6b5897aafd6b
+ md5sums = 643653a50bfe350236fc5da97892cb1f
md5sums = 68c75869fe0898c54699b9a5eb667d7b
pkgname = gdlauncher
diff --git a/PKGBUILD b/PKGBUILD
index afe35f41505a..bfb6694e415c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: S Stewart <tda@null.net>
# Maintainer: Cranky Supertoon <crankysupertoon@gmail.com>
pkgname="gdlauncher"
-pkgver="1.1.23"
-pkgrel=2
+pkgver="1.1.24"
+pkgrel=1
arch=('x86_64')
pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience"
url="https://gdevs.io"
@@ -13,7 +13,7 @@ conflicts=('gdlauncher-beta' 'gdlauncher-beta-bin' 'gdlauncher-appimage' 'gdlaun
provides=('gdlauncher')
source=("https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v${pkgver}.tar.gz"
"use-system-7za-and-disable-updater.patch")
-md5sums=('a742d128802643cd772f6b5897aafd6b'
+md5sums=('643653a50bfe350236fc5da97892cb1f'
'68c75869fe0898c54699b9a5eb667d7b')
prepare() {