wok diff abiword/receipt @ rev 25243
updated python-turbogears (1.1.1 -> 1.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 06:48:39 2022 +0100 (2022-07-14) |
parents | bc2b9d9bed6f |
children | d66160614dc4 |
line diff
1.1 --- a/abiword/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/abiword/receipt Thu Jul 14 06:48:39 2022 +0100 1.3 @@ -25,10 +25,9 @@ 1.4 current_version() 1.5 { 1.6 wget -O - http://www.abisource.com/downloads/abiword/ 2>/dev/null | \ 1.7 - sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|http://www.abisource.com/downloads/abiword/\\1/source/|" | sort -Vr | sed q > /tmp/url$$ 1.8 - cat /tmp/url$$ | xargs wget -O - 2>/dev/null | \ 1.9 + sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|http://www.abisource.com/downloads/abiword/\\1/source/|" | \ 1.10 + sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ 1.11 sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.12 - rm -f /tmp/url$$ 1.13 } 1.14 1.15 # Rules to configure and make the package.