mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
librist: update to 0.2.10.
This commit is contained in:
parent
32ebb5e9e5
commit
0c71fd5207
1 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'librist'
|
# Template file for 'librist'
|
||||||
pkgname=librist
|
pkgname=librist
|
||||||
version=0.2.7
|
version=0.2.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
makedepends="mbedtls-devel"
|
makedepends="mbedtls-devel"
|
||||||
short_desc="Reliable Internet Stream Transport (RIST)"
|
short_desc="Reliable Internet Stream Transport (RIST)"
|
||||||
|
@ -9,11 +9,9 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://code.videolan.org/rist/librist"
|
homepage="https://code.videolan.org/rist/librist"
|
||||||
distfiles="https://code.videolan.org/rist/librist/-/archive/v${version}/librist-v${version}.tar.gz"
|
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=ci-skip # tests are flaky
|
||||||
make_check=extended # tests are flaky
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue