diff options
author | Jefferson Rocha <root@slackjeff.com.br> | 2020-06-22 19:52:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:47 +0700 |
commit | 3e92f5a7e1ea7a74c45449d08a460e33c5295ee5 (patch) | |
tree | 74016ebe45adf82e8e51bf1d420e6f170200fa9b /network/dokuwiki | |
parent | 7e18ccb601d0091d48d3400008f602e152a44382 (diff) | |
download | slackbuilds-3e92f5a7e1ea7a74c45449d08a460e33c5295ee5.tar.gz |
network/dokuwiki: Updated for version 20180422c.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dokuwiki')
-rw-r--r-- | network/dokuwiki/dokuwiki.SlackBuild | 11 | ||||
-rw-r--r-- | network/dokuwiki/dokuwiki.info | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/network/dokuwiki/dokuwiki.SlackBuild b/network/dokuwiki/dokuwiki.SlackBuild index 2e10b130e4..7e6fb13f28 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} diff --git a/network/dokuwiki/dokuwiki.info b/network/dokuwiki/dokuwiki.info index 399ca8b8e2..131e419b77 100644 --- a/network/dokuwiki/dokuwiki.info +++ b/network/dokuwiki/dokuwiki.info @@ -1,8 +1,8 @@ PRGNAM="dokuwiki" -VERSION="20180422b" +VERSION="20180422c" HOMEPAGE="https://www.dokuwiki.org/dokuwiki" DOWNLOAD="https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -MD5SUM="605944ec47cd5f822456c54c124df255" +MD5SUM="6272e552b9a71a764781bd4182dd2b7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |