libraries/hoedown: Updated for version 3.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7df7070e40
commit
97919aadc6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hoedown
|
||||
|
||||
# Copyright 2014 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||
# Copyright 2014-2015 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hoedown
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hoedown"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.0.1"
|
||||
HOMEPAGE="https://github.com/hoedown/hoedown"
|
||||
DOWNLOAD="https://github.com/hoedown/hoedown/archive/3.0.0.zip"
|
||||
MD5SUM="938281e04a6807480619471732cfeb04"
|
||||
DOWNLOAD="https://github.com/hoedown/hoedown/archive/3.0.1.zip"
|
||||
MD5SUM="7cf711ab7bc1a2bfe8bb23f172221e49"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue