From 912d07359bba453dd9b3506ac153787268b4f3cf Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Sun, 8 Mar 2020 15:37:01 -0500 Subject: [PATCH] libxo: update to 1.4.0. --- srcpkgs/libxo/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxo/template b/srcpkgs/libxo/template index 605c8ceb4ef..fb0ae8cb85c 100644 --- a/srcpkgs/libxo/template +++ b/srcpkgs/libxo/template @@ -1,6 +1,6 @@ # Template file for 'libxo' pkgname=libxo -version=1.3.1 +version=1.4.0 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -9,7 +9,13 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://juniper.github.io/libxo/libxo-manual.html" distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz" -checksum=f7284d3196fba933efb0587fe680f88fdba1c0076d43f7791cc747af165f899f +checksum=aa842d9374bc0c640d9526abdeb6f1dc75c1a14e892eafd3c9e0ee2e8dfc1c43 + +case $XBPS_TARGET_MACHINE in + *-musl) + makedepends+=" musl-legacy-compat" + ;; +esac post_install() { vlicense Copyright