summaryrefslogtreecommitdiffstats
path: root/libraries/poco
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-11-20 17:37:36 +0100
committer Willy Sudiarto Raharjo2022-11-26 03:11:49 +0100
commit1935d54882d31a3927d533cee34de5bf1dc7729d (patch)
tree55645f5ae1174b754f45ac18249dab1e952de6e1 /libraries/poco
parent0b41c4f06c54df0df859e63b6919bb3f5e50e0cf (diff)
downloadslackbuilds-1935d54882d31a3927d533cee34de5bf1dc7729d.tar.gz
libraries/poco: Updated for version 1.12.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/poco')
-rw-r--r--libraries/poco/README2
-rw-r--r--libraries/poco/poco.SlackBuild4
-rw-r--r--libraries/poco/poco.info8
3 files changed, 6 insertions, 8 deletions
diff --git a/libraries/poco/README b/libraries/poco/README
index 452ba36447..a656cb51b4 100644
--- a/libraries/poco/README
+++ b/libraries/poco/README
@@ -2,5 +2,3 @@ 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
diff --git a/libraries/poco/poco.SlackBuild b/libraries/poco/poco.SlackBuild
index d215d2a60c..9174b33660 100644
--- a/libraries/poco/poco.SlackBuild
+++ b/libraries/poco/poco.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for poco
-# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=poco
-VERSION=${VERSION:-1.9.4}
+VERSION=${VERSION:-1.12.4}
EDITION=all
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/libraries/poco/poco.info b/libraries/poco/poco.info
index f2dfe6910f..b5c7e79003 100644
--- a/libraries/poco/poco.info
+++ b/libraries/poco/poco.info
@@ -1,10 +1,10 @@
PRGNAM="poco"
-VERSION="1.9.4"
+VERSION="1.12.4"
HOMEPAGE="https://pocoproject.org"
-DOWNLOAD="https://pocoproject.org/releases/poco-1.9.4/poco-1.9.4-all.tar.gz"
-MD5SUM="80c614193e81262af27ea49944d02313"
+DOWNLOAD="https://pocoproject.org/releases/poco-1.12.4/poco-1.12.4-all.tar.gz"
+MD5SUM="64f39db47d42f2eeec71dabfdbc6dce3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="unixODBC postgresql"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"