librist: update to 0.2.10.
This commit is contained in:
parent
32ebb5e9e5
commit
0c71fd5207
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'librist'
|
||||
pkgname=librist
|
||||
version=0.2.7
|
||||
revision=2
|
||||
version=0.2.10
|
||||
revision=1
|
||||
build_style=meson
|
||||
makedepends="mbedtls-devel"
|
||||
short_desc="Reliable Internet Stream Transport (RIST)"
|
||||
|
@ -9,11 +9,9 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://code.videolan.org/rist/librist"
|
||||
distfiles="https://code.videolan.org/rist/librist/-/archive/v${version}/librist-v${version}.tar.gz"
|
||||
checksum=7e2507fdef7b57c87b461d0f2515771b70699a02c8675b51785a73400b3c53a1
|
||||
checksum=797e486961cd09bc220c5f6561ca5a08e7747b313ec84029704d39cbd73c598c
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
|
||||
make_check=extended # tests are flaky
|
||||
fi
|
||||
make_check=ci-skip # tests are flaky
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue