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 | |
parent | ad88468459e0c6dc1274e22a9f4c914628add63d (diff) | |
download | slackbuilds-181bd6f549243d5f741029358c2ec824070b0705.tar.gz |
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')
-rw-r--r-- | python/pybind11/pybind11.SlackBuild | 4 | ||||
-rw-r--r-- | python/pybind11/pybind11.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild index 8a3563d0f6..09b5ff9065 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} diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info index 78e7ab8209..8c833cf141 100644 --- a/python/pybind11/pybind11.info +++ b/python/pybind11/pybind11.info @@ -1,8 +1,8 @@ PRGNAM="pybind11" -VERSION="2.4.3" +VERSION="2.5.0" HOMEPAGE="https://github.com/pybind/pybind11" -DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.4.3/pybind11-2.4.3.tar.gz" -MD5SUM="62254c40f89925bb894be421fe4cdef2" +DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.5.0/pybind11-2.5.0.tar.gz" +MD5SUM="1ad2c611378fb440e8550a7eb6b31b89" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |