summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuantian2022-06-16 16:50:54 -0700
committerhuantian2022-06-16 16:50:54 -0700
commita43e58f0a139e4fab703797752f3599909f2d518 (patch)
tree0b11c1fb5237b301e1e835e63e25eb51897df52f
parent54401a55fb33b132cdadd8887c59b83e492a3016 (diff)
downloadaur-a43e58f0a139e4fab703797752f3599909f2d518.tar.gz
v1.1.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c00611e0a572..ee32d5103a06 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.24
+ pkgver = 1.1.25
pkgrel = 1
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.24.tar.gz
+ source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.25.tar.gz
source = use-system-7za-and-disable-updater.patch
- md5sums = 643653a50bfe350236fc5da97892cb1f
+ md5sums = b9f0db3784161eefd5429b6cc6ec2e16
md5sums = 68c75869fe0898c54699b9a5eb667d7b
pkgname = gdlauncher
diff --git a/PKGBUILD b/PKGBUILD
index bfb6694e415c..5059f4265603 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.24"
+pkgver="1.1.25"
pkgrel=1
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=('643653a50bfe350236fc5da97892cb1f'
+md5sums=('b9f0db3784161eefd5429b6cc6ec2e16'
'68c75869fe0898c54699b9a5eb667d7b')
prepare() {