diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-01 03:03:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-01 06:12:48 +0000 |
commit | 06d06b07572d912689ceeb7005e397bd590bf79f (patch) | |
tree | d42930aa8576eb7033180b48a00fd1a443182a0c | |
parent | f99b5eb0757e4986a12b8db90a2396c62b00c041 (diff) | |
download | aports-06d06b07572d912689ceeb7005e397bd590bf79f.tar.gz aports-06d06b07572d912689ceeb7005e397bd590bf79f.tar.bz2 aports-06d06b07572d912689ceeb7005e397bd590bf79f.tar.xz |
testing/py3-catkin-pkg: upgrade to 0.4.23
-rw-r--r-- | testing/py3-catkin-pkg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-catkin-pkg/APKBUILD b/testing/py3-catkin-pkg/APKBUILD index a388aecd47..985f79a753 100644 --- a/testing/py3-catkin-pkg/APKBUILD +++ b/testing/py3-catkin-pkg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber <russ@rw.id.au> pkgname=py3-catkin-pkg _pkgname=catkin_pkg -pkgver=0.4.22 +pkgver=0.4.23 pkgrel=0 pkgdesc="Standalone Python library for the catkin build system." url="http://wiki.ros.org/catkin_pkg" @@ -24,4 +24,4 @@ build() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e7dd6a72b2761fa9d87f29e190ba8f5637d9e93bf44fd7c2b3be90696598fa7962dd9a3793fd07c9ce28f7eb0d26553714511db1e255c655209ae5f74ccfea1f catkin_pkg-0.4.22.tar.gz" +sha512sums="6f0bec590ad85a74781a445bf5d5923acb8f45fd446decfa69eec5d6136dd90c3e95f1fef89bb6e1ed5613e04ced132d7bc3d48e072cd83ca07ec745ec9ed369 catkin_pkg-0.4.23.tar.gz" |