This commit is contained in:
ed
2023-10-06 17:50:35 +00:00
parent 0dc3c23b42
commit fcc3336760
8 changed files with 34 additions and 7 deletions

View File

@@ -205,9 +205,9 @@ necho() {
mv {markupsafe,jinja2} j2/
necho collecting pyftpdlib
f="../build/pyftpdlib-1.5.7.tar.gz"
f="../build/pyftpdlib-1.5.8.tar.gz"
[ -e "$f" ] ||
(url=https://github.com/giampaolo/pyftpdlib/archive/refs/tags/release-1.5.7.tar.gz;
(url=https://github.com/giampaolo/pyftpdlib/archive/refs/tags/release-1.5.8.tar.gz;
wget -O$f "$url" || curl -L "$url" >$f)
tar -zxf $f