wok diff dokuwiki/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents 8d83e2a77e2f
children fbe88431f963
line diff
     1.1 --- a/dokuwiki/receipt	Sat Feb 19 11:02:17 2022 +0100
     1.2 +++ b/dokuwiki/receipt	Fri May 20 10:31:53 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dokuwiki"
     1.7 -VERSION="20200729"
     1.8 +VERSION="2020-07-29"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,13 +9,13 @@
    1.13  WEB_SITE="https://www.dokuwiki.org/dokuwiki"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WGET_URL="https://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2020-07-29.tgz"
    1.17 +WGET_URL="https://download.dokuwiki.org/src/$PACKAGE/$TARBALL"
    1.18  
    1.19  # What is the latest version available today?
    1.20  current_version()
    1.21  {
    1.22  	wget -O - https://github.com/splitbrain/dokuwiki/tags 2>/dev/null | \
    1.23 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;s|.*stable_||;s|-||g;q'
    1.24 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;s|.*stable_||;q'
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.