summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-07-21 00:46:18 +0200
committer Robby Workman2016-07-21 05:47:03 +0200
commit2965120088e1e22ff255143a0db4323a3cba54bf (patch)
tree5bef3fda291d8a75918e96549186bb20604902d9
parent499927c6e9f555e365a6c343dc813ce9aa44724d (diff)
downloadslackbuilds-2965120088e1e22ff255143a0db4323a3cba54bf.tar.gz
libraries/BeautifulSoup4: Updated for version 4.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild6
-rw-r--r--libraries/BeautifulSoup4/BeautifulSoup4.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild b/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild
index e9613ef025..03ae6f7fbc 100644
--- a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild
+++ b/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for BeautifulSoup4
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=BeautifulSoup4
SRCNAM=${PRGNAM,,}
-VERSION=${VERSION:-4.4.1}
+VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.info b/libraries/BeautifulSoup4/BeautifulSoup4.info
index f7c6092fd0..af541f9721 100644
--- a/libraries/BeautifulSoup4/BeautifulSoup4.info
+++ b/libraries/BeautifulSoup4/BeautifulSoup4.info
@@ -1,8 +1,8 @@
PRGNAM="BeautifulSoup4"
-VERSION="4.4.1"
+VERSION="4.5.0"
HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/"
-DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.4/beautifulsoup4-4.4.1.tar.gz"
-MD5SUM="8fbd9a7cac0704645fa20d1419036815"
+DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.5/beautifulsoup4-4.5.0.tar.gz"
+MD5SUM="2b3805e0078a2033b269ecea2403acf1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""