wok-current diff python-psutil/receipt @ rev 24381
updated blktrace (1.2.0 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 10:30:31 2022 +0100 (2022-02-06) |
parents | a94e3ac8c679 |
children | 076f424196b2 |
line diff
1.1 --- a/python-psutil/receipt Mon Apr 06 15:50:05 2020 +0100 1.2 +++ b/python-psutil/receipt Sun Feb 06 10:30:31 2022 +0100 1.3 @@ -17,6 +17,11 @@ 1.4 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||' 1.10 +} 1.11 + 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 {