libraries/confuse: Updated for version 3.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
bc5b59ea8c
commit
1042d93364
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for libConfuse
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# 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=confuse
|
||||
VERSION=${VERSION:-2.7}
|
||||
VERSION=${VERSION:-3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="confuse"
|
||||
VERSION="2.7"
|
||||
HOMEPAGE="http://www.nongnu.org/confuse/"
|
||||
DOWNLOAD="http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
|
||||
MD5SUM="45932fdeeccbb9ef4228f1c1a25e9c8f"
|
||||
VERSION="3.2"
|
||||
HOMEPAGE="https://github.com/martinh/libconfuse"
|
||||
DOWNLOAD="https://github.com/martinh/libconfuse/releases/download/v3.2/confuse-3.2.tar.gz"
|
||||
MD5SUM="85f2c36da317fd2d92d3fd4813cbdcfb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue