network/dokuwiki: Updated for version 20180422c.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e18ccb601
commit
3e92f5a7e1
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue