wok diff pwgen/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (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	Fri Jan 27 10:37:43 2023 +0100
     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