wok diff pwgen/receipt @ rev 25513

memtest: update sleep()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 15:41:57 2023 +0000 (16 months ago)
parents 50e162af45ee
children
line diff
     1.1 --- a/pwgen/receipt	Tue Oct 11 07:33:58 2022 +0000
     1.2 +++ b/pwgen/receipt	Tue Feb 14 15:41:57 2023 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     1.8 +	wget -O - https://github.com/tytso/pwgen/tags 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.10  }
    1.11