diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-06-25 22:08:06 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:22 +0700 |
commit | 5b457a7251ddd3f15f1ec5e1214101d33cfd8743 (patch) | |
tree | f451a3158e678761a31951b207bd865abcaa37f5 /python/pybind11 | |
parent | edcc94716f16c0434d2b84a54aa3bcaf575bb487 (diff) |
python/pybind11: Updated for version 2.10.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pybind11')
-rw-r--r-- | python/pybind11/pybind11.SlackBuild | 4 | ||||
-rw-r--r-- | python/pybind11/pybind11.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild index fde8fcc7c7b9..1e40ec8c7a6f 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pybind11 -# Copyright 2019-2022 Christoph Willing, Brisbane, Australia +# Copyright 2019-2023 Christoph Willing, Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pybind11 -VERSION=${VERSION:-2.10.0} +VERSION=${VERSION:-2.10.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info index 5ee7d12f3620..607a7411dcf6 100644 --- a/python/pybind11/pybind11.info +++ b/python/pybind11/pybind11.info @@ -1,8 +1,8 @@ PRGNAM="pybind11" -VERSION="2.10.0" +VERSION="2.10.4" HOMEPAGE="https://github.com/pybind/pybind11" -DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.10.0/pybind11-2.10.0.tar.gz" -MD5SUM="da561ebf81594930d368a9f9aae0d035" +DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.10.4/pybind11-2.10.4.tar.gz" +MD5SUM="812eda11d2a114fc0e841faf9626d2c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |