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 23a77b29b026..fb8ba570b21a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adminapi
pkgdesc = Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames
- pkgver = 3.2.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/InnoGames/serveradmin
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-adminapi
depends = python-netaddr
provides = python-adminapi
conflicts = python-adminapi
- source = serveradmin-3.2.0.tar.gz::https://github.com/InnoGames/serveradmin/archive/v3.2.0.tar.gz
+ source = serveradmin-3.3.1.tar.gz::https://github.com/InnoGames/serveradmin/archive/v3.3.1.tar.gz
source = adminapi-only.patch
- sha256sums = df8d6f5c3ccb72f3c828c74fa73ae15e8aa93bcb6f2ef82530f27e8700aef182
+ sha256sums = 45945bdd53914a4fc61feeb8563cc349f6ed83778efc79e3c199eafbe135b3e2
sha256sums = 086a0f7a7b935b27e1ece35d99202b4db10f6b5a4406dd45affba2bfaf89a08e
pkgname = python-adminapi
diff --git a/PKGBUILD b/PKGBUILD
index a5b74cac4839..5e41b6cacbc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=adminapi
_srcname=serveradmin
pkgname="python-${_name}"
conflicts=("python-${_name}-git")
-pkgver=3.2.0
+pkgver=3.3.1
pkgrel=1
pkgdesc='Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames'
arch=('any')
@@ -19,7 +19,7 @@ source=(
'adminapi-only.patch'
)
sha256sums=(
- 'df8d6f5c3ccb72f3c828c74fa73ae15e8aa93bcb6f2ef82530f27e8700aef182'
+ '45945bdd53914a4fc61feeb8563cc349f6ed83778efc79e3c199eafbe135b3e2'
'086a0f7a7b935b27e1ece35d99202b4db10f6b5a4406dd45affba2bfaf89a08e'
)