summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrumeet2020-12-10 10:48:10 -0800
committerTrumeet2020-12-10 10:48:10 -0800
commit424826c2872a9fd28887f2d07af16fba68fdc092 (patch)
tree830a11a69e2537b29465dd287e049c215f53c477
parent2e72a54632f988385a81cdd219755c7c47c22aa6 (diff)
downloadaur-424826c2872a9fd28887f2d07af16fba68fdc092.tar.gz
Upgrade to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2b11e0f5ce..1f0e158b8342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gomclauncher-bin
pkgdesc = gml: A Minecraft Launcher
- pkgver = 1.2.9
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/xmdhs/gomclauncher
arch = any
license = MIT
- source = https://github.com/xmdhs/gomclauncher/releases/download/v1.2.9/gml-linux
- source = https://raw.githubusercontent.com/xmdhs/gomclauncher/v1.2.9/LICENSE
- md5sums = cf1b92336143f23de11186b414303452
+ source = https://github.com/xmdhs/gomclauncher/releases/download/v1.3.1/gml-linux.gz
+ source = https://raw.githubusercontent.com/xmdhs/gomclauncher/v1.3.1/LICENSE
+ md5sums = 9c7517bc6308a29c92a89648d0b93cd5
md5sums = aca4188a0e8807e4aecc6b293f32ce42
pkgname = gomclauncher-bin
diff --git a/.gitignore b/.gitignore
index afe3977b36c3..81eb49b6c13f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ LICENSE
src/
pkg/
gml-linux
+gml-linux.gz
diff --git a/PKGBUILD b/PKGBUILD
index fa5397959620..639ef53f8a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='gomclauncher-bin'
-pkgver='1.2.9'
+pkgver='1.3.1'
pkgrel=1
epoch=
pkgdesc='gml: A Minecraft Launcher'
@@ -8,10 +8,10 @@ url='https://github.com/xmdhs/gomclauncher'
license=('MIT')
depends=()
makedepends=()
-source=("https://github.com/xmdhs/gomclauncher/releases/download/v$pkgver/gml-linux"
+source=("https://github.com/xmdhs/gomclauncher/releases/download/v$pkgver/gml-linux.gz"
"https://raw.githubusercontent.com/xmdhs/gomclauncher/v$pkgver/LICENSE")
-md5sums=('cf1b92336143f23de11186b414303452'
+md5sums=('9c7517bc6308a29c92a89648d0b93cd5'
'aca4188a0e8807e4aecc6b293f32ce42')
prepare() {