summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuantian2021-11-05 18:02:54 -0700
committerhuantian2021-11-05 18:02:54 -0700
commit26192f88ab514a9058fd12b1f62087b9797237cb (patch)
treeaea29d4d0caa9ebc00f498dc250b30477c4c0a90
parent037897d696b927ea81de9e8472177e1ea0f6e4b0 (diff)
downloadaur-26192f88ab514a9058fd12b1f62087b9797237cb.tar.gz
v1.1.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa46b89bc76..0dc019e42b44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdlauncher-beta
pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
- pkgver = 1.1.15.beta.6
+ pkgver = 1.1.15
pkgrel = 1
url = https://gdevs.io
arch = x86_64
@@ -23,9 +23,9 @@ pkgbase = gdlauncher-beta
conflicts = gdlauncher-git
conflicts = gdlauncher-bin
conflicts = gdlauncher-appimage
- source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.15-beta.6.tar.gz
+ source = https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v1.1.15.tar.gz
source = use-system-7za-and-disable-updater.patch
- md5sums = e743f129893b8f2d8441996eae9fd7bf
+ md5sums = 20c4326767f5b54be5922c5d16b7e95a
md5sums = 68c75869fe0898c54699b9a5eb667d7b
pkgname = gdlauncher-beta
diff --git a/PKGBUILD b/PKGBUILD
index af6647e060d3..13fed67c622a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Based on the PKGBUILD for gdlauncher.
pkgname="gdlauncher-beta"
_pkgname="gdlauncher"
-pkgver="1.1.15.beta.6"
-_pkgver="1.1.15-beta.6"
+pkgver="1.1.15"
+_pkgver="1.1.15"
pkgrel=1
arch=('x86_64')
pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience"
@@ -15,7 +15,7 @@ conflicts=('gdlauncher' 'gdlauncher-beta-bin' 'gdlauncher-appimage' 'gdlauncher-
provides=('gdlauncher')
source=("https://github.com/gorilla-devs/GDLauncher/archive/refs/tags/v${_pkgver}.tar.gz"
"use-system-7za-and-disable-updater.patch")
-md5sums=('e743f129893b8f2d8441996eae9fd7bf'
+md5sums=('20c4326767f5b54be5922c5d16b7e95a'
'68c75869fe0898c54699b9a5eb667d7b')
prepare() {