summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2020-05-13 17:41:19 +0100
committerStephanie Wilde-Hobbs2020-05-13 17:42:09 +0100
commitd53c62385fe2ef37e59269b4e71e739ac46a1783 (patch)
tree54082059791a36d53626c4209b521bcf54afa4af
parent9e64ee6ad67c9d0a680c2c34617a9f47c85c6f9a (diff)
downloadaur-d53c62385fe2ef37e59269b4e71e739ac46a1783.tar.gz
3.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 757b24bc1578..084516bda862 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 = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/Dinnerbone/mcstatus
arch = any
@@ -12,8 +12,8 @@ pkgbase = mcstatus
depends = python-six
depends = python-click
depends = python-dnspython
- source = https://github.com/Dinnerbone/mcstatus/archive/release-3.1.0.tar.gz
- sha256sums = 13610efc5d2104dbebedacb9449a7795043d671866d578747c1e927f0f4ff979
+ source = https://github.com/Dinnerbone/mcstatus/archive/release-3.1.1.tar.gz
+ sha256sums = 8210b2012ad6a0ce3fdf857b0ba59796dfb0555fd45218560cde6c9b2036e054
pkgname = mcstatus
diff --git a/PKGBUILD b/PKGBUILD
index 444477b7c24d..75f4e1bbecef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephanie Wilde-Hobbs (RX14) <steph@rx14.co.uk>
pkgname=mcstatus
-pkgver=3.1.0
+pkgver=3.1.1
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)
makedepends=(python-setuptools)
checkdepends=(python-mock python-nose)
source=("https://github.com/Dinnerbone/mcstatus/archive/release-${pkgver}.tar.gz")
-sha256sums=('13610efc5d2104dbebedacb9449a7795043d671866d578747c1e927f0f4ff979')
+sha256sums=('8210b2012ad6a0ce3fdf857b0ba59796dfb0555fd45218560cde6c9b2036e054')
prepare() {
cd "${srcdir}/mcstatus-release-${pkgver}"