diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 19:46:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:27 +0700 |
commit | 50f764eb3d6602fcfcdaf8abb3a07d93133b1eab (patch) | |
tree | 4ca8551017ed213d0d24b54e591cd6b2c4950bcb /libraries/raptor | |
parent | 3c63f109762abd089cff2b8e9c9acfb3718011ed (diff) |
libraries/raptor: Updated for version 2.0.16.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/raptor')
-rw-r--r-- | libraries/raptor/raptor.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/raptor/raptor.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/raptor/raptor.SlackBuild b/libraries/raptor/raptor.SlackBuild index 51c6933577aea..ff6395e3098de 100644 --- a/libraries/raptor/raptor.SlackBuild +++ b/libraries/raptor/raptor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for raptor -# Copyright 2012-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2012-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=raptor -VERSION=${VERSION:-2.0.15} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0.16} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/raptor/raptor.info b/libraries/raptor/raptor.info index 0cabc8099221f..96ae762b267a0 100644 --- a/libraries/raptor/raptor.info +++ b/libraries/raptor/raptor.info @@ -1,8 +1,8 @@ PRGNAM="raptor" -VERSION="2.0.15" +VERSION="2.0.16" HOMEPAGE="http://librdf.org" -DOWNLOAD="http://download.librdf.org/source/raptor2-2.0.15.tar.gz" -MD5SUM="a39f6c07ddb20d7dd2ff1f95fa21e2cd" +DOWNLOAD="http://download.librdf.org/source/raptor2-2.0.16.tar.gz" +MD5SUM="0a71f13b6eaa0a04bf411083d89d7bc2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |