diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 15:27:06 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 15:49:47 +0100 |
commit | 9d90b33c15dbd43c53a97582f7c2607a719975e9 (patch) | |
tree | 7d71251f460f6c46c2d252349d5ddf7ca3a112e3 /community | |
parent | 972457a476e5747be85b5efa4ab9313add05d1f8 (diff) | |
download | aports-9d90b33c15dbd43c53a97582f7c2607a719975e9.zip |
community/librdkafka: upgrade to 1.3.0
Diffstat (limited to 'community')
-rw-r--r-- | community/librdkafka/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/librdkafka/APKBUILD b/community/librdkafka/APKBUILD index 1f6d2094391..7a868291b47 100644 --- a/community/librdkafka/APKBUILD +++ b/community/librdkafka/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Mike Milner <milner@blissisland.ca> # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=librdkafka -pkgver=1.2.2 +pkgver=1.3.0 pkgrel=0 pkgdesc="The Apache Kafka C/C++ library" url="https://github.com/edenhill/librdkafka" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ef6fc34989e5e484cb0b9f6a6f8a5c4816d89239c18d65becc2004cdfeedbfb541e18affbb8662b05831003249630cb2119ee496b5b844c963b01eb6d4ebac5a librdkafka-1.2.2.tar.gz" +sha512sums="94b6202a83d54dfa181466a7ea4e0b492cd695e2bc08e7e46e60efb9c1dacc912fc891cb2bb50d189dc6d0fd6c7553266196dded460957ba0f569d3e08090669 librdkafka-1.3.0.tar.gz" |