wok diff python-mpd/receipt @ rev 25638

Up tinyssh (20240101 CVE-2023-48795)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 05 10:31:44 2024 +0000 (5 months ago)
parents e717a4953b0e
children
line diff
     1.1 --- a/python-mpd/receipt	Mon May 02 16:22:04 2022 +0000
     1.2 +++ b/python-mpd/receipt	Fri Jan 05 10:31:44 2024 +0000
     1.3 @@ -17,8 +17,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \
     1.8 -	sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q"
     1.9 +	wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.