summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Christoph Willing2019-10-18 09:03:16 +0200
committer Willy Sudiarto Raharjo2019-10-19 18:15:15 +0200
commit3311bc85b4470b58ac4d8ef449ab44527d2d3e5a (patch)
tree629b667dfd8d5b157a4b96ccce76c8b98c71cdfb /python
parent74cb478af5e9cd7af022ff25d5bd3569783264dd (diff)
downloadslackbuilds-3311bc85b4470b58ac4d8ef449ab44527d2d3e5a.tar.gz
python/pybind11: Updated for version 2.4.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python')
-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 4e1d3e3a7a..8a3563d0f6 100644
--- a/python/pybind11/pybind11.SlackBuild
+++ b/python/pybind11/pybind11.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pybind11
-VERSION=${VERSION:-2.4.2}
+VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info
index 1f37b3155d..78e7ab8209 100644
--- a/python/pybind11/pybind11.info
+++ b/python/pybind11/pybind11.info
@@ -1,8 +1,8 @@
PRGNAM="pybind11"
-VERSION="2.4.2"
+VERSION="2.4.3"
HOMEPAGE="https://github.com/pybind/pybind11"
-DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.4.2/pybind11-2.4.2.tar.gz"
-MD5SUM="afdf3a54ec7d4be32a291913de0b411c"
+DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.4.3/pybind11-2.4.3.tar.gz"
+MD5SUM="62254c40f89925bb894be421fe4cdef2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"