diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-02 23:07:16 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:55:37 +0700 |
commit | d2635a8132945762abfec2648112fedda577b8dd (patch) | |
tree | 523d6322f2e5f701ab07bc5382bfa79f127dac1c /python/pybind11/pybind11.SlackBuild | |
parent | 89c2ac685de302e1dfca9244c5d0d853d32c90ad (diff) |
python/pybind11: Updated for version 2.9.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild index d7a1ed9400..b89e4df810 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pybind11 -# Copyright 2019,2021 Christoph Willing, Brisbane, Australia +# Copyright 2019-2022 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.8.1} +VERSION=${VERSION:-2.9.0} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |