diff options
Diffstat (limited to 'network/dokuwiki/dokuwiki.SlackBuild')
-rw-r--r-- | network/dokuwiki/dokuwiki.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/dokuwiki/dokuwiki.SlackBuild b/network/dokuwiki/dokuwiki.SlackBuild index 2e10b130e4806..7e6fb13f28190 100644 --- a/network/dokuwiki/dokuwiki.SlackBuild +++ b/network/dokuwiki/dokuwiki.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for dokuwiki -# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy -# All rights reserved. +# Slackware build script for dokuwiki +# +# Copyright 2016-2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2019-2020 Jefferson Rocha <root@slackjeff.com.br>, Curitiba, Brazil # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dokuwiki -VERSION=${VERSION:-20180422b} +VERSION=${VERSION:-20180422c} UNPACK=${UNPACK:-stable} -SRCVERSION=${SRCVERSION:-2018-04-22b} +SRCVERSION=${SRCVERSION:-2018-04-22c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |