wok diff dokuwiki/receipt @ rev 24493

updated dokuwiki (20180422b -> 20200729)
author Hans-G?nter Theisgen
date Sat Feb 19 11:02:17 2022 +0100 (2022-02-19)
parents d8c511e24c20
children 1a39a3d55d0e
line diff
     1.1 --- a/dokuwiki/receipt	Fri Feb 18 22:59:06 2022 +0000
     1.2 +++ b/dokuwiki/receipt	Sat Feb 19 11:02:17 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dokuwiki"
     1.7 -VERSION="20180422b"
     1.8 +VERSION="20200729"
     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,7 +9,7 @@
    1.13  WEB_SITE="https://www.dokuwiki.org/dokuwiki"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz"
    1.17 +WGET_URL="https://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2020-07-29.tgz"
    1.18  
    1.19  # What is the latest version available today?
    1.20  current_version()
    1.21 @@ -22,6 +22,6 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/var/www
    1.25 -	cp -a $src $fs/var/www/dokuwiki
    1.26 -	chown www.www -R $fs/var/www
    1.27 +	cp -a $src		$fs/var/www/dokuwiki
    1.28 +	chown www.www -R	$fs/var/www
    1.29  }