summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2017-01-11 12:37:26 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-15 06:35:29 +0700
commit48cf80b058735813e2271e54a1e9cfc16752a9a8 (patch)
tree03fca9ac17742188ccdd8f201f68b271acb581a8
parent18079ad6aac0264ce57ad9be1a2a3847e73be7d0 (diff)
downloadslackbuilds-48cf80b058735813e2271e54a1e9cfc16752a9a8.tar.gz
slackbuilds-48cf80b058735813e2271e54a1e9cfc16752a9a8.tar.xz
python/cssselect: Updated for version 1.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/cssselect/cssselect.SlackBuild6
-rw-r--r--python/cssselect/cssselect.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild
index 0f0749f458..d46fb2c96f 100644
--- a/python/cssselect/cssselect.SlackBuild
+++ b/python/cssselect/cssselect.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cssselect
-# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cssselect
-VERSION=${VERSION:-1.0.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/python/cssselect/cssselect.info b/python/cssselect/cssselect.info
index 4f37b59c22..d3cba38796 100644
--- a/python/cssselect/cssselect.info
+++ b/python/cssselect/cssselect.info
@@ -1,8 +1,8 @@
PRGNAM="cssselect"
-VERSION="1.0.0"
+VERSION="1.0.1"
HOMEPAGE="http://packages.python.org/cssselect/"
-DOWNLOAD="https://pypi.python.org/packages/a1/19/a65236b0cc4b497a62bb6bd93c53f58814ab2540403b1994ea859d77c96b/cssselect-1.0.0.tar.gz"
-MD5SUM="9776aa9f552d830fac45aa979610b406"
+DOWNLOAD="https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz"
+MD5SUM="3fa03bf82a9f0b1223c0f1eb1369e139"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""