diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-21 01:46:18 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 22:47:03 -0500 |
commit | 2965120088e1e22ff255143a0db4323a3cba54bf (patch) | |
tree | 5bef3fda291d8a75918e96549186bb20604902d9 /libraries/BeautifulSoup4 | |
parent | 499927c6e9f555e365a6c343dc813ce9aa44724d (diff) | |
download | slackbuilds-2965120088e1e22ff255143a0db4323a3cba54bf.tar.gz |
libraries/BeautifulSoup4: Updated for version 4.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/BeautifulSoup4')
-rw-r--r-- | libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/BeautifulSoup4/BeautifulSoup4.info | 6 |
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="" |