libraries/poco: Updated for version 1.7.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
abc3ad315b
commit
47a10f674a
|
@ -2,3 +2,5 @@ Modern, powerful open source C++ class libraries and
|
|||
frameworks for building network- and internet-based
|
||||
applications that run on desktop, server, mobile and
|
||||
embedded systems.
|
||||
|
||||
Optional dependencies: mysql-connector-c++, unixODBC
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for poco
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=poco
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
EDITION=all
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="poco"
|
||||
VERSION="1.6.1"
|
||||
VERSION="1.7.3"
|
||||
HOMEPAGE="http://pocoproject.org"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.6.1/poco-1.6.1-all.tar.gz"
|
||||
MD5SUM="05961d10195d0f760b707752e88938e9"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.7.3/poco-1.7.3-all.tar.gz"
|
||||
MD5SUM="d65b56cfbd717ae7702dd6cd23657928"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mysql-connector-c++ unixODBC"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue