wok diff openobex/receipt @ rev 24076
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 08 13:19:25 2021 +0000 (2021-07-08) |
parents | dc0f7fd1ff7d |
children | fb22330086d8 |
line diff
1.1 --- a/openobex/receipt Sat Jun 12 09:05:17 2021 +0000 1.2 +++ b/openobex/receipt Thu Jul 08 13:19:25 2021 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.8 + wget -O - $WEB_SITE/-/tags 2>/dev/null | \ 1.9 sed '/tar.gz/!d;s|.*/mainline-\(.*\).tar.gz".*|\1|;q' 1.10 } 1.11