diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-05-20 21:33:43 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 08:07:34 +0700 |
commit | c700a754825466be0969310fa1dc79e278b10a2c (patch) | |
tree | ad313242067b99382feaf9a991aef7620403dba5 /python/pybind11 | |
parent | 828eb899f7120f42700d5e1be27a5cc5ae18f896 (diff) | |
download | slackbuilds-c700a754825466be0969310fa1dc79e278b10a2c.tar.gz |
python/pybind11: Updated for version 2.6.2
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 093db9bc54..25f9f5d249 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pybind11 -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CONTRIBUTING.md LICENSE README.md docs/* \ + LICENSE README* docs/* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info index f6c32071e0..d3e65f1b6b 100644 --- a/python/pybind11/pybind11.info +++ b/python/pybind11/pybind11.info @@ -1,8 +1,8 @@ PRGNAM="pybind11" -VERSION="2.5.0" +VERSION="2.6.2" HOMEPAGE="https://github.com/pybind/pybind11" -DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.5.0/pybind11-2.5.0.tar.gz" -MD5SUM="1ad2c611378fb440e8550a7eb6b31b89" +DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.6.2/pybind11-2.6.2.tar.gz" +MD5SUM="c5ea9c4c57082e05efe14e4b34323bfd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |