diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-04-23 10:41:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:18:56 +0700 |
commit | 73d4c3502f29964288dc71fd7ef93c2172c440e2 (patch) | |
tree | 65b7d69c7a5027931cc23806cdfb2b0a7c378f0f /libraries/BeautifulSoup4/BeautifulSoup4.info | |
parent | 7779f1091b2bb12275c0731bd6b50b947cf0b478 (diff) |
libraries/BeautifulSoup4: Updated for version 4.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/BeautifulSoup4/BeautifulSoup4.info')
-rw-r--r-- | libraries/BeautifulSoup4/BeautifulSoup4.info | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.info b/libraries/BeautifulSoup4/BeautifulSoup4.info index 0d38418d94ac3..41649766ffe90 100644 --- a/libraries/BeautifulSoup4/BeautifulSoup4.info +++ b/libraries/BeautifulSoup4/BeautifulSoup4.info @@ -1,10 +1,10 @@ PRGNAM="BeautifulSoup4" -VERSION="4.6.1" +VERSION="4.9.0" HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/" -DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.6/beautifulsoup4-4.6.1.tar.gz" -MD5SUM="ff719d65b9653b7b56645c7634b6e314" +DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautifulsoup4-4.9.0.tar.gz" +MD5SUM="54e86045e37b578036f34b0e4927c85f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +REQUIRES="python-soupsieve" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |