diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 04:54:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 05:33:09 -0300 |
commit | 477f42f146f83edf91ee7f69aaa445439f37c434 (patch) | |
tree | 63d37539420a134430a7a6f152fb11a8a5ac36f4 /community/py3-pybind11 | |
parent | fbb7bea6a50737620224cc55529f459df9e4b92a (diff) | |
download | aports-477f42f146f83edf91ee7f69aaa445439f37c434.tar.bz2 aports-477f42f146f83edf91ee7f69aaa445439f37c434.tar.xz |
community/py3-pybind11: upgrade to 2.4.3
Diffstat (limited to 'community/py3-pybind11')
-rw-r--r-- | community/py3-pybind11/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pybind11/APKBUILD b/community/py3-pybind11/APKBUILD index b1b4f09475..ad2fc34553 100644 --- a/community/py3-pybind11/APKBUILD +++ b/community/py3-pybind11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pybind11 _pkgname=pybind11 -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=0 pkgdesc="Seamless operability between C++11 and Python" url="https://github.com/pybind/pybind11" @@ -55,4 +55,4 @@ dev() { default_dev } -sha512sums="05a49f99c1dff8077b05536044244301fd1baff13faaa72c400eafe67d9cb2e4320c77ad02d1b389092df703cc585d17da0d1e936b06112e2c199f6c1a6eb3fc py3-pybind11-2.4.2.tar.gz" +sha512sums="993b9a00fb9a4280d5500f8bae2b1238c026c1635862307c7b06ac0d26c3a9743d9c69658190decd126d0de45353a51c4b354bcc023345a05fce0bdc52b56fe0 py3-pybind11-2.4.3.tar.gz" |