wok diff bindfs/receipt @ rev 24453
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 15 18:29:48 2022 +0000 (2022-02-15) |
parents | c365fe17a816 |
children | 72f2704d3ae0 |
line diff
1.1 --- a/bindfs/receipt Sat Sep 25 16:21:20 2021 +0000 1.2 +++ b/bindfs/receipt Tue Feb 15 18:29:48 2022 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - https://github.com/mpartel/bindfs/releases 2>/dev/null | \ 1.8 + wget -O - https://github.com/mpartel/bindfs/tags 2>/dev/null | \ 1.9 sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.10 } 1.11