apache-kafka: fix build and update to 2.4.0.
This commit is contained in:
parent
28a6e62912
commit
661dbb1188
1 changed files with 4 additions and 5 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'apache-kafka'
|
# Template file for 'apache-kafka'
|
||||||
pkgname=apache-kafka
|
pkgname=apache-kafka
|
||||||
version=2.3.0
|
version=2.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="kafka-${version}-src"
|
wrksrc="kafka-${version}-src"
|
||||||
hostmakedepends="gradle"
|
hostmakedepends="curl which tar openjdk8"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Distributed Streaming Platform"
|
short_desc="Distributed Streaming Platform"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://kafka.apache.org"
|
homepage="https://kafka.apache.org"
|
||||||
distfiles="http://apache.mirrors.ionfish.org/kafka/${version}/kafka-${version}-src.tgz"
|
distfiles="http://apache.mirrors.ionfish.org/kafka/${version}/kafka-${version}-src.tgz"
|
||||||
checksum=d32cbd619e1a7fb4deae2402fa1dce56d909af19ad690c82e2d495fb5c4cfdc0
|
checksum=d09efde300c1027e0289de1a1d2da093ecce6b182250e03f05215fb044f24f8b
|
||||||
broken="https://build.voidlinux.org/builders/x86_64_builder/builds/23103/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
gradle
|
./gradlew
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue