diff options
author | Arn0 <yth@ythogtha.org> | 2021-12-10 21:20:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-15 08:55:39 +0700 |
commit | edbafa09446e88a4f2d14723b6cf144cfb532eb8 (patch) | |
tree | 331452488c0112e6722932036b15f46cf783bd67 /libraries/libcbor | |
parent | 59712929deecfda6edce0e78a3c70d71747609ff (diff) |
libraries/libcbor: updated for version 0.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libcbor')
-rw-r--r-- | libraries/libcbor/libcbor.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/libcbor/libcbor.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libcbor/libcbor.SlackBuild b/libraries/libcbor/libcbor.SlackBuild index 26feda316fba..daab463e13b1 100644 --- a/libraries/libcbor/libcbor.SlackBuild +++ b/libraries/libcbor/libcbor.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libcbor -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/libcbor/libcbor.info b/libraries/libcbor/libcbor.info index cfdb88deb7b2..02ca75a6a4f5 100644 --- a/libraries/libcbor/libcbor.info +++ b/libraries/libcbor/libcbor.info @@ -1,8 +1,8 @@ PRGNAM="libcbor" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://github.com/PJK/libcbor" -DOWNLOAD="https://github.com/PJK/libcbor/archive/v0.8.0/libcbor-0.8.0.tar.gz" -MD5SUM="28348bcbc40c5f0d9760099f87c547a6" +DOWNLOAD="https://github.com/PJK/libcbor/archive/v0.9.0/libcbor-0.9.0.tar.gz" +MD5SUM="265643416bedb4fa33a1937501dae36a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |