diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-11-02 20:45:09 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-05 22:56:45 +0700 |
commit | 9ff12e75765521263ac7b4b8ffc719f3568dfc93 (patch) | |
tree | 600807ec5d753967fc3953f3ef2d208dacb4050e /python/pybind11 | |
parent | f6efb732369dfacdd6fc8f2affa0011c0f56f2be (diff) | |
download | slackbuilds-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')
-rw-r--r-- | python/pybind11/pybind11.SlackBuild | 2 | ||||
-rw-r--r-- | python/pybind11/pybind11.info | 6 |
2 files changed, 4 insertions, 4 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} diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info index c5e6c2f558..c8b5b57726 100644 --- a/python/pybind11/pybind11.info +++ b/python/pybind11/pybind11.info @@ -1,8 +1,8 @@ PRGNAM="pybind11" -VERSION="2.7.1" +VERSION="2.8.1" HOMEPAGE="https://github.com/pybind/pybind11" -DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.7.1/pybind11-2.7.1.tar.gz" -MD5SUM="b87860218c143728f8e6efa6cba7e1ed" +DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.8.1/pybind11-2.8.1.tar.gz" +MD5SUM="06d173fb97f1d2d804d318e47f924892" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |