summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Christoph Willing2022-08-15 08:14:43 +0200
committer Willy Sudiarto Raharjo2022-08-20 05:06:45 +0200
commitb3a81251f7e63af7c2f6149885bf96ea10826e70 (patch)
treea2d11bc2cc2175802d8a0a3aa9c0d8a4c5d075e7 /python
parent34b40745757011fbda26fbd2a2505755823c8ede (diff)
downloadslackbuilds-b3a81251f7e63af7c2f6149885bf96ea10826e70.tar.gz
python/pybind11: Updated for version 2.10.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pybind11/pybind11.SlackBuild2
-rw-r--r--python/pybind11/pybind11.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild
index 2aa66f1c86..fde8fcc7c7 100644
--- a/python/pybind11/pybind11.SlackBuild
+++ b/python/pybind11/pybind11.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pybind11
-VERSION=${VERSION:-2.9.2}
+VERSION=${VERSION:-2.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info
index c3bd184dcd..5ee7d12f36 100644
--- a/python/pybind11/pybind11.info
+++ b/python/pybind11/pybind11.info
@@ -1,8 +1,8 @@
PRGNAM="pybind11"
-VERSION="2.9.2"
+VERSION="2.10.0"
HOMEPAGE="https://github.com/pybind/pybind11"
-DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.9.2/pybind11-2.9.2.tar.gz"
-MD5SUM="06e4b6c2d0a5d6c6025941203cfcd4b6"
+DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.10.0/pybind11-2.10.0.tar.gz"
+MD5SUM="da561ebf81594930d368a9f9aae0d035"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""