wok diff python-pygame/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 870e1ce31226
children
line diff
     1.1 --- a/python-pygame/receipt	Fri Apr 08 10:34:41 2022 +0000
     1.2 +++ b/python-pygame/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -8,8 +8,8 @@
     1.4  MAINTAINER="claudinei@slitaz.org"
     1.5  LICENSE="LGPL"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="https://www.pygame.org/"
     1.8 -WGET_URL="$WEB_SITE/ftp/$TARBALL"
     1.9 +WEB_SITE="https://pypi.org/project/pygame/"
    1.10 +WGET_URL="https://github.com/pygame/pygame/archive/refs/tags/release_${VERSION//./_}.tar.gz"
    1.11  
    1.12  DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \
    1.13  libsmpeg gcc-lib-base"