summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadison Brooke2021-01-13 07:24:06 -0600
committerMadison Brooke2021-01-13 07:24:06 -0600
commit9bfac5af2b549e39c1a7c9bdb8cdc46023a217ac (patch)
tree54bc40db2b0b101228715916c0868d5b002b6377
parentf3b04f6b62adaab3fe2c228495fd2d1054b32a1e (diff)
downloadaur-9bfac5af2b549e39c1a7c9bdb8cdc46023a217ac.tar.gz
3.6.0: ANOTHER improper md5sum fix, for aforementioned new icon
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b52320e1e55..5521ef83f38d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mineonline
pkgdesc = Launch old versions of Minecraft just as you remembered them, only without a browser.
pkgver = 3.6.0
- pkgrel = 2
+ pkgrel = 1
url = http://mineonline.codie.gg
arch = any
license = CCPL:by-nc
@@ -14,7 +14,7 @@ pkgbase = mineonline
source = mineonline
md5sums = SKIP
md5sums = ee7c23b2f3f53e811960769c676b788b
- md5sums = 21c69aad5d0faae6e05271651631c7ca
+ md5sums = 7b03ae414098babec81c613bd7b8fe5b
md5sums = 199197ea135ff706fc3fc9a35e5eca20
pkgname = mineonline
diff --git a/PKGBUILD b/PKGBUILD
index 69ba0983f236..d932b20ca993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkg_case=MineOnline
pkgdev=codieradical
depends=('jre8' 'jq')
pkgver=$(curl -s "https://api.github.com/repos/codieradical/MineOnline/releases/latest" | jq -r '.tag_name')
-pkgrel=2
+pkgrel=1
pkgdesc="Launch old versions of Minecraft just as you remembered them, only without a browser."
url="http://mineonline.codie.gg"
license=('CCPL:by-nc')
@@ -17,7 +17,7 @@ source=("https://github.com/${pkgdev}/${pkg_case}/releases/download/${pkgver}/${
noextract=('MineOnline.jar')
md5sums=('SKIP'
'ee7c23b2f3f53e811960769c676b788b'
- '21c69aad5d0faae6e05271651631c7ca'
+ '7b03ae414098babec81c613bd7b8fe5b'
'199197ea135ff706fc3fc9a35e5eca20')
package() {