diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-04-18 15:24:35 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:31 +0700 |
commit | 181bd6f549243d5f741029358c2ec824070b0705 (patch) | |
tree | 42bc5a783782e54368b903dd9eabc4a2d0793df4 /python/pybind11/pybind11.SlackBuild | |
parent | ad88468459e0c6dc1274e22a9f4c914628add63d (diff) |
python/pybind11: Updated for version 2.5.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 8a3563d0f6d15..09b5ff9065be2 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pybind11 -# Copyright 2019 Christoph Willing, Brisbane, Australia +# Copyright 2019,2020 Christoph Willing, Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=pybind11 -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |