summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuantian2022-05-15 17:11:54 -0700
committerhuantian2022-05-15 17:11:54 -0700
commitb9a78cf8b82b3a29755a671d5548c5369a9961a4 (patch)
treec03ed9fabf1496bfc4ed7c1ffb4dce9205b72917
parent9cf546ac7efd2cce7289deafde428907b2528532 (diff)
downloadaur-b9a78cf8b82b3a29755a671d5548c5369a9961a4.tar.gz
v1.2.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a87288fd16f..b3fddf093513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdlauncher
pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
- pkgver = 1.1.21
+ pkgver = 1.1.23
pkgrel = 2
url = https://gdevs.io
arch = x86_64
@@ -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.21.tar.gz
+ source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.23.tar.gz
source = use-system-7za-and-disable-updater.patch
- md5sums = 5cb1174a425a3fe0064456d420857078
+ md5sums = a742d128802643cd772f6b5897aafd6b
md5sums = 68c75869fe0898c54699b9a5eb667d7b
pkgname = gdlauncher
diff --git a/PKGBUILD b/PKGBUILD
index bf1a2acb475d..afe35f41505a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: S Stewart <tda@null.net>
# Maintainer: Cranky Supertoon <crankysupertoon@gmail.com>
pkgname="gdlauncher"
-pkgver="1.1.21"
+pkgver="1.1.23"
pkgrel=2
arch=('x86_64')
pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience"
@@ -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=('5cb1174a425a3fe0064456d420857078'
+md5sums=('a742d128802643cd772f6b5897aafd6b'
'68c75869fe0898c54699b9a5eb667d7b')
prepare() {