diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-08-15 16:14:43 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:45 +0700 |
commit | b3a81251f7e63af7c2f6149885bf96ea10826e70 (patch) | |
tree | a2d11bc2cc2175802d8a0a3aa9c0d8a4c5d075e7 /python/pybind11/pybind11.SlackBuild | |
parent | 34b40745757011fbda26fbd2a2505755823c8ede (diff) | |
download | slackbuilds-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/pybind11/pybind11.SlackBuild')
-rw-r--r-- | python/pybind11/pybind11.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |