summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2019-09-27 09:06:56 +0200
committer Willy Sudiarto Raharjo2019-09-28 12:40:03 +0200
commit4f656b62ab93dc3b4afaa533f97d121b6754af1b (patch)
tree72d8d2373401793eddd53bfb2b6a0fd1d5a99e18
parenta9193017774062dff7066a820fdfd9c121120782 (diff)
downloadslackbuilds-4f656b62ab93dc3b4afaa533f97d121b6754af1b.tar.gz
python/pybind11: Updated for version 2.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r--python/pybind11/pybind11.SlackBuild2
-rw-r--r--python/pybind11/pybind11.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild
index a37e197212..4e1d3e3a7a 100644
--- a/python/pybind11/pybind11.SlackBuild
+++ b/python/pybind11/pybind11.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pybind11
-VERSION=${VERSION:-2.3.0}
+VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info
index e083f488ca..1f37b3155d 100644
--- a/python/pybind11/pybind11.info
+++ b/python/pybind11/pybind11.info
@@ -1,8 +1,8 @@
PRGNAM="pybind11"
-VERSION="2.3.0"
+VERSION="2.4.2"
HOMEPAGE="https://github.com/pybind/pybind11"
-DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.3.0/pybind11-2.3.0.tar.gz"
-MD5SUM="e2120c5b0e3c20a93f2dfcdc55026ba8"
+DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.4.2/pybind11-2.4.2.tar.gz"
+MD5SUM="afdf3a54ec7d4be32a291913de0b411c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"