mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
BeautifulSoup: Upgraded to 4.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
a7fb91a1fc
commit
55a7919221
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
PRGNAM=BeautifulSoup
|
PRGNAM=BeautifulSoup
|
||||||
SRCNAM=beautifulsoup4
|
SRCNAM=beautifulsoup4
|
||||||
VERSION=${VERSION:-4.5.3}
|
VERSION=${VERSION:-4.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://www.crummy.com/software/BeautifulSoup/bs4/download/4.5/$SRCNAM-$VERSION.tar.gz
|
wget -c https://www.crummy.com/software/BeautifulSoup/bs4/download/4.6/$SRCNAM-$VERSION.tar.gz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
||||||
|
|
Loading…
Reference in a new issue