wok-6.x diff tcsh/receipt @ rev 24299
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 15 15:21:40 2022 +0000 (2022-01-15) |
parents | cc915c928cd6 |
children | 13ff266c0962 |
line diff
1.1 --- a/tcsh/receipt Tue Jun 08 14:31:15 2021 +0000 1.2 +++ b/tcsh/receipt Sat Jan 15 15:21:40 2022 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.8 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.9 sed '/archive.*tar/!d;s|.*/TCSH\(.*\).tar.*|\1|;s|_|.|g;q' 1.10 } 1.11