python/pybind11: Updated for version 2.4.3

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2019-10-18 17:03:16 +10:00 committed by Willy Sudiarto Raharjo
parent 74cb478af5
commit 3311bc85b4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=pybind11
VERSION=${VERSION:-2.4.2}
VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -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"