summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrumeet2020-09-16 11:46:40 -0700
committerTrumeet2020-09-16 11:46:40 -0700
commit01bf1afb15742c1535820e727d4a79ff2c0e450b (patch)
treebfff6708ea5f36b1af799a69cba5ac3c67e2a75f
parent249135f17ed06dc8af0bf6f263ec8453eb13166a (diff)
downloadaur-01bf1afb15742c1535820e727d4a79ff2c0e450b.tar.gz
fix: sums
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c9ce76589e..a4ed56a07e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gomclauncher-bin
license = MIT
source = https://github.com/xmdhs/gomclauncher/releases/download/v1.2.6/gml-linux
source = https://raw.githubusercontent.com/xmdhs/gomclauncher/v1.2.6/LICENSE
- md5sums = a77baf2ad47e549f88bf43009ab804ac
+ md5sums = 00e0bb5424692fde347ffb57bcbfc7c2
md5sums = aca4188a0e8807e4aecc6b293f32ce42
pkgname = gomclauncher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e9db5c65aab..80d7ba2c9795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=()
source=("https://github.com/xmdhs/gomclauncher/releases/download/v$pkgver/gml-linux"
"https://raw.githubusercontent.com/xmdhs/gomclauncher/v$pkgver/LICENSE")
-md5sums=('a77baf2ad47e549f88bf43009ab804ac'
+md5sums=('00e0bb5424692fde347ffb57bcbfc7c2'
'aca4188a0e8807e4aecc6b293f32ce42')
prepare() {