wok diff sleuthkit/receipt @ rev 25807

dstat: added dependency python-six
author Hans-G?nter Theisgen
date Fri Dec 13 16:28:59 2024 +0100 (7 months ago)
parents 595388de14c6
children
line diff
     1.1 --- a/sleuthkit/receipt	Thu Jan 13 07:54:46 2022 +0100
     1.2 +++ b/sleuthkit/receipt	Fri Dec 13 16:28:59 2024 +0100
     1.3 @@ -14,10 +14,11 @@
     1.4  DEPENDS="gcc83-lib-base perl"
     1.5  BUILD_DEPENDS="gcc83 libpthread-stubs perl sqlite-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/sleuthkit-\(.*\).tar.*|\1|;q'
    1.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.