wok diff cortex/receipt @ rev 25794

created recipe for exo-lang
author Hans-G?nter Theisgen
date Wed Oct 23 16:19:52 2024 +0100 (3 months ago)
parents ecd613707114
children
line diff
     1.1 --- a/cortex/receipt	Fri Mar 11 17:20:09 2022 +0000
     1.2 +++ b/cortex/receipt	Wed Oct 23 16:19:52 2024 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="paul@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  TARBALL="$PACKAGE-${VERSION#*_}.tar.bz2"
     1.7 -WEB_SITE="http://cortex.glacicle.org/"
     1.8 +WEB_SITE="https://web.archive.org/web/20230608161540/http://cortex.glacicle.org/"
     1.9  WGET_URL="git|git://github.com/GGLucas/cortex"
    1.10  
    1.11  DEPENDS="py3k cacerts"
    1.12 @@ -17,7 +17,7 @@
    1.13  current_version()
    1.14  {
    1.15  	wget -O - https://github.com/GGLucas/cortex/commits/master 2>/dev/null | \
    1.16 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    1.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.