wok diff python-pil/receipt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents 51ef9f5adf6d
children c85bdee1fe53
line diff
     1.1 --- a/python-pil/receipt	Sat Jan 15 16:22:40 2022 +0000
     1.2 +++ b/python-pil/receipt	Mon May 02 16:22:04 2022 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  SOURCE="Imaging"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WGET_URL="http://effbot.org/downloads/$TARBALL"
     1.8 +WGET_URL="https://effbot.org/downloads/$TARBALL"
     1.9  
    1.10  DEPENDS="freetype jpeg python tk zlib"
    1.11  BUILD_DEPENDS="jpeg-dev python python-dev zlib-dev"