wok diff python-mysql/receipt @ rev 25867
updated dool (1.3.2 -> 1.3.6)
author | Hans-Günter Theisgen |
---|---|
date | Thu Sep 04 10:38:14 2025 +0100 (6 days ago) |
parents | d7ed974f0f39 |
children |
line diff
1.1 --- a/python-mysql/receipt Wed Jul 13 14:37:54 2022 +0100 1.2 +++ b/python-mysql/receipt Thu Sep 04 10:38:14 2025 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/mysql-python/files/mysql-python/ 2>/dev/null | \ 1.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*/mysql-python/||;s|/.*||;q' 1.10 } 1.11