summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2017-03-30 11:37:26 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 06:57:06 +0700
commitb2c70f7354f57e09e3a92b3a6c8f595a990b2b9b (patch)
tree69e1408108758e0a083477577bb279a000eff9e3
parent8a99a39ce211f09b524a19a04dccf6e57699ec93 (diff)
downloadslackbuilds-b2c70f7354f57e09e3a92b3a6c8f595a990b2b9b.tar.gz
slackbuilds-b2c70f7354f57e09e3a92b3a6c8f595a990b2b9b.tar.xz
python/python-tblib: Updated for version 1.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/python-tblib/python-tblib.SlackBuild4
-rw-r--r--python/python-tblib/python-tblib.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-tblib/python-tblib.SlackBuild b/python/python-tblib/python-tblib.SlackBuild
index a63a1fa14f..69fcbc1868 100644
--- a/python/python-tblib/python-tblib.SlackBuild
+++ b/python/python-tblib/python-tblib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-tblib
-# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
+# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-tblib
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-tblib/python-tblib.info b/python/python-tblib/python-tblib.info
index c877450677..aec49b2018 100644
--- a/python/python-tblib/python-tblib.info
+++ b/python/python-tblib/python-tblib.info
@@ -1,8 +1,8 @@
PRGNAM="python-tblib"
-VERSION="1.3.0"
+VERSION="1.3.1"
HOMEPAGE="https://github.com/ionelmc/python-tblib"
-DOWNLOAD="https://github.com/ionelmc/python-tblib/archive/v1.3.0/python-tblib-1.3.0.tar.gz"
-MD5SUM="c13c854e9a0a070f9514c4b5d575fb39"
+DOWNLOAD="https://github.com/ionelmc/python-tblib/archive/v1.3.1/python-tblib-1.3.1.tar.gz"
+MD5SUM="2ed02b8a6c3d99b483944d48c278e394"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"