diff options
author | Dimitris Zlatanidis | 2017-12-23 22:14:06 +0100 |
---|---|---|
committer | Robby Workman | 2017-12-28 01:09:16 +0100 |
commit | 03e2729a7093650df5b2bfe6e68932a7e0e2255a (patch) | |
tree | b98905e03066ee324633996832e3c4bb0ad1da07 /libraries/poco | |
parent | ddf4e3597c6fe2db1c2139d66fd188e3b41fbb11 (diff) | |
download | slackbuilds-03e2729a7093650df5b2bfe6e68932a7e0e2255a.tar.gz |
libraries/poco: Updated for version 1.8.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/poco')
-rw-r--r-- | libraries/poco/poco.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/poco/poco.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/poco/poco.SlackBuild b/libraries/poco/poco.SlackBuild index d0ee14aa5a..142f833ce7 100644 --- a/libraries/poco/poco.SlackBuild +++ b/libraries/poco/poco.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=poco -VERSION=${VERSION:-1.7.8} +VERSION=${VERSION:-1.8.0.1} EDITION=all BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ "$ARCH" = "x86_64" ]; then - patch -p1 < $CWD/poco_x64.patch + patch -p1 < $CWD/poco_x64.patch fi ./configure \ diff --git a/libraries/poco/poco.info b/libraries/poco/poco.info index b70c09e62c..72b9fcc2c5 100644 --- a/libraries/poco/poco.info +++ b/libraries/poco/poco.info @@ -1,8 +1,8 @@ PRGNAM="poco" -VERSION="1.7.8" +VERSION="1.8.0.1" HOMEPAGE="https://pocoproject.org" -DOWNLOAD="https://pocoproject.org/releases/poco-1.7.8/poco-1.7.8-all.tar.gz" -MD5SUM="352f2f33e2100e686202ea0ced80f2e0" +DOWNLOAD="https://pocoproject.org/releases/poco-1.8.0.1/poco-1.8.0.1-all.tar.gz" +MD5SUM="9590563b32dabbdeb6eaf73f606ce329" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |