wok diff rrdtool/receipt @ rev 25704

BootProg: contiguous file support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 16:57:31 2024 +0000 (3 months ago)
parents 453c249b6219
children
line diff
     1.1 --- a/rrdtool/receipt	Fri Feb 11 17:50:36 2022 +0000
     1.2 +++ b/rrdtool/receipt	Tue Jun 04 16:57:31 2024 +0000
     1.3 @@ -21,8 +21,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - https://github.com/oetiker/rrdtool-1.x/tags 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.