wok diff pwgen/receipt @ rev 25533
nfs-utils: made stop and restart working in /etc/init.d/nfsd
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 28 14:41:52 2023 +0100 (24 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 28 14:41:52 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