wok rev 20841
updated dokuwiki (2012-01-25 -> 20180422b)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 16:20:24 2019 +0100 (2019-02-20) |
parents | 92362bece527 |
children | 0fd626c66eed |
files | dokuwiki/receipt |
line diff
1.1 --- a/dokuwiki/receipt Wed Feb 20 15:51:13 2019 +0100 1.2 +++ b/dokuwiki/receipt Wed Feb 20 16:20:24 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dokuwiki" 1.7 -VERSION="2012-01-25" 1.8 +VERSION="20180422b" 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 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.dokuwiki.org/dokuwiki" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tgz" 1.16 -WEB_SITE="http://www.splitbrain.org/projects/dokuwiki" 1.17 -WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL" 1.18 +WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 @@ -17,4 +18,3 @@ 1.23 cp -a $src $fs/var/www/dokuwiki 1.24 chown www.www -R $fs/var/www 1.25 } 1.26 -