summaryrefslogtreecommitdiffstats
path: root/python/pybind11/pybind11.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2021-11-02 11:45:09 +0100
committer Willy Sudiarto Raharjo2021-11-05 16:56:45 +0100
commit9ff12e75765521263ac7b4b8ffc719f3568dfc93 (patch)
tree600807ec5d753967fc3953f3ef2d208dacb4050e /python/pybind11/pybind11.SlackBuild
parentf6efb732369dfacdd6fc8f2affa0011c0f56f2be (diff)
downloadslackbuilds-9ff12e75765521263ac7b4b8ffc719f3568dfc93.tar.gz
python/pybind11: Updated for version 2.8.1
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.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild
index 836b92bcfe..d7a1ed9400 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.7.1}
+VERSION=${VERSION:-2.8.1}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}