diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2016-07-27 22:23:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 1c77e284c5a98d403179c73402ea0278cfcba85e (patch) | |
tree | 21fc034e1c73c4cd9e21beedd43ddc7fc09fd785 /network/dokuwiki/dokuwiki.SlackBuild | |
parent | 05282f3bc7e0b22a7ad0ee5878083ec3c483dae7 (diff) |
network/dokuwiki: Updated for version 20160626a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dokuwiki/dokuwiki.SlackBuild')
-rw-r--r-- | network/dokuwiki/dokuwiki.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/dokuwiki/dokuwiki.SlackBuild b/network/dokuwiki/dokuwiki.SlackBuild index 89f16ce8b514..02c65d6983f5 100644 --- a/network/dokuwiki/dokuwiki.SlackBuild +++ b/network/dokuwiki/dokuwiki.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dokuwiki -# Copyright 2015 Giorgio Peron <giorgio.peron@gmail.com>, Campodarsego, PD, Italy +# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=${PRGNAM:-dokuwiki} -VERSION=${VERSION:-20150810a} -SRCVERSION=${SRCVERSION:-2015-08-10a} +VERSION=${VERSION:-20160626a} +SRCVERSION=${SRCVERSION:-2016-06-26a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |