wok-6.x diff dnstop/receipt @ rev 25212
updated python-passlib (1.7.2 -> 1.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:14:14 2022 +0100 (2022-07-13) |
parents | 665216a7e2f4 |
children |
line diff
1.1 --- a/dnstop/receipt Sat Feb 19 07:41:52 2022 +0100 1.2 +++ b/dnstop/receipt Wed Jul 13 15:14:14 2022 +0100 1.3 @@ -17,8 +17,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.8 - sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.9 + wget -O - https://github.com/measurement-factory/$PACKAGE/commits/master 2>/dev/null | \ 1.10 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 1.11 } 1.12 1.13 # Rules to configure and make the package.