wok diff pwgen/receipt @ rev 25779
Up fdutils (5.6), lite (1.11), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 20 09:24:30 2024 +0000 (2 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 Sep 20 09:24:30 2024 +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