wok diff abiword/receipt @ rev 25063
nfs-utils: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 20:10:22 2022 +0000 (2022-06-07) |
parents | bc2b9d9bed6f |
children | d66160614dc4 |
line diff
1.1 --- a/abiword/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/abiword/receipt Tue Jun 07 20:10:22 2022 +0000 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.