summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2022-01-02 14:07:16 +0100
committer Willy Sudiarto Raharjo2022-01-04 01:55:37 +0100
commitd2635a8132945762abfec2648112fedda577b8dd (patch)
tree523d6322f2e5f701ab07bc5382bfa79f127dac1c
parent89c2ac685de302e1dfca9244c5d0d853d32c90ad (diff)
downloadslackbuilds-d2635a8132945762abfec2648112fedda577b8dd.tar.gz
python/pybind11: Updated for version 2.9.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/pybind11/pybind11.SlackBuild4
-rw-r--r--python/pybind11/pybind11.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild
index d7a1ed9400..b89e4df810 100644
--- a/python/pybind11/pybind11.SlackBuild
+++ b/python/pybind11/pybind11.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pybind11
-# Copyright 2019,2021 Christoph Willing, Brisbane, Australia
+# Copyright 2019-2022 Christoph Willing, Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pybind11
-VERSION=${VERSION:-2.8.1}
+VERSION=${VERSION:-2.9.0}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info
index c8b5b57726..1ccf3c82b6 100644
--- a/python/pybind11/pybind11.info
+++ b/python/pybind11/pybind11.info
@@ -1,8 +1,8 @@
PRGNAM="pybind11"
-VERSION="2.8.1"
+VERSION="2.9.0"
HOMEPAGE="https://github.com/pybind/pybind11"
-DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.8.1/pybind11-2.8.1.tar.gz"
-MD5SUM="06d173fb97f1d2d804d318e47f924892"
+DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.9.0/pybind11-2.9.0.tar.gz"
+MD5SUM="008e0b51731de9dcf9a77e438556f0d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""