wok diff sunxi-tools/receipt @ rev 24453

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 15 18:29:48 2022 +0000 (2022-02-15)
parents b569b85b0fb9
children 870e1ce31226
line diff
     1.1 --- a/sunxi-tools/receipt	Mon Jan 17 18:18:17 2022 +0000
     1.2 +++ b/sunxi-tools/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://github.com/amery/sunxi-tools/tags 2>/dev/null | \
     1.8 +	wget -O - https://github.com/linux-sunxi/sunxi-tools/tags 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    1.10  }
    1.11