aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-31 13:50:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 17:59:12 +0000
commitcb67bea6eb64f613e05e5702d49ee0152420e6db (patch)
tree660e18d5968d5ef5f8f1b678f877b810aade35bb
parent89f2766ba6ca59ef0470e2584b9f70d28e5f3a61 (diff)
downloadalpine_aports-cb67bea6eb64f613e05e5702d49ee0152420e6db.tar.bz2
alpine_aports-cb67bea6eb64f613e05e5702d49ee0152420e6db.tar.xz
alpine_aports-cb67bea6eb64f613e05e5702d49ee0152420e6db.zip
testing/console_bridge: upgrade to 1.0.0
-rw-r--r--testing/console_bridge/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/console_bridge/APKBUILD b/testing/console_bridge/APKBUILD
index 04cbc90445..abdcee2370 100644
--- a/testing/console_bridge/APKBUILD
+++ b/testing/console_bridge/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Russ Webber <russ@rw.id.au> 1# Contributor: Russ Webber <russ@rw.id.au>
2# Maintainer: Russ Webber <russ@rw.id.au> 2# Maintainer: Russ Webber <russ@rw.id.au>
3pkgname=console_bridge 3pkgname=console_bridge
4pkgver=0.5.1 4pkgver=1.0.0
5pkgrel=0 5pkgrel=0
6pkgdesc="Logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages." 6pkgdesc="Logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages."
7url="https://github.com/ros/console_bridge" 7url="https://github.com/ros/console_bridge"
@@ -34,4 +34,4 @@ package() {
34 make DESTDIR="$pkgdir" install 34 make DESTDIR="$pkgdir" install
35} 35}
36 36
37sha512sums="d64b1b88d2464fe334b99cad1d7146f39e3d51ec7a7c6291804feae53a54858d321ae27a251bcb0b6984d2dabe9445b005d4d2f31c43001339a8e6c50a25494f console_bridge-0.5.1.tar.gz" 37sha512sums="f416d2b62c7b9c7e9788b5e06d8de34badbd0fb346ecbfa209af8ee4fa0c0799ea07d847da466723a9f554cb308055807fa90604c5ee886fabd86a89698ed77a console_bridge-1.0.0.tar.gz"