wok-6.x diff dokuwiki/receipt @ rev 24973
Up zsh (5.8.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 15:03:44 2022 +0000 (2022-05-01) |
parents | 8d83e2a77e2f |
children | fbe88431f963 |
line diff
1.1 --- a/dokuwiki/receipt Sat Feb 19 11:02:17 2022 +0100 1.2 +++ b/dokuwiki/receipt Sun May 01 15:03:44 2022 +0000 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.