summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a737724d1c2..2daa40f8d0f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstatus
pkgdesc = Provides an easy way to query Minecraft servers for any information they can expose.
- pkgver = 5.1.4
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/Dinnerbone/mcstatus
arch = any
@@ -14,8 +14,8 @@ pkgbase = mcstatus
depends = python-click
depends = python-dnspython
depends = python-asyncio-dgram
- source = https://github.com/Dinnerbone/mcstatus/archive/v5.1.4.tar.gz
- sha256sums = b090b5bdef6ff5e4d0eb03bb4ea939c8a93224fe8642a3d5fcc7b50e7fdcad85
+ source = https://github.com/Dinnerbone/mcstatus/archive/v5.2.0.tar.gz
+ sha256sums = c0c23f875e304e4d9e667ed0d8d3a0f0457e5d3f64ab273bcfccad3d2dc01fce
pkgname = mcstatus
diff --git a/PKGBUILD b/PKGBUILD
index 1af4f43e0c3c..fbe6e9d529ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephanie Wilde-Hobbs (RX14) <steph@rx14.co.uk>
pkgname=mcstatus
-pkgver=5.1.4
+pkgver=5.2.0
pkgrel=1
pkgdesc="Provides an easy way to query Minecraft servers for any information they can expose."
arch=(any)
@@ -11,7 +11,7 @@ depends=(python python-six python-click python-dnspython python-asyncio-dgram)
makedepends=(python-setuptools)
checkdepends=(python-mock python-pytest python-pytest-asyncio)
source=("https://github.com/Dinnerbone/mcstatus/archive/v${pkgver}.tar.gz")
-sha256sums=('b090b5bdef6ff5e4d0eb03bb4ea939c8a93224fe8642a3d5fcc7b50e7fdcad85')
+sha256sums=('c0c23f875e304e4d9e667ed0d8d3a0f0457e5d3f64ab273bcfccad3d2dc01fce')
prepare() {
cd "${srcdir}/mcstatus-${pkgver}"