mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/BeautifulSoup4: Updated for version 4.4.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c17c666b3d
commit
d82c9891be
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=BeautifulSoup4
|
||||
SRCNAM=${PRGNAM,,}
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="BeautifulSoup4"
|
||||
VERSION="4.4.0"
|
||||
VERSION="4.4.1"
|
||||
HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/"
|
||||
DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.4/beautifulsoup4-4.4.0.tar.gz"
|
||||
MD5SUM="63d1f33e6524f408cb6efbc5da1ae8a5"
|
||||
DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.4/beautifulsoup4-4.4.1.tar.gz"
|
||||
MD5SUM="8fbd9a7cac0704645fa20d1419036815"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue