miniserve: update to 0.19.5

This commit is contained in:
cinerea0 2022-06-08 16:25:03 -04:00 committed by Érico Nogueira Rolim
parent 42541fb058
commit 8ab8c0a923

View file

@ -1,6 +1,6 @@
# Template file for 'miniserve'
pkgname=miniserve
version=0.18.0
version=0.19.5
revision=1
build_style=cargo
checkdepends="curl"
@ -10,8 +10,8 @@ license="MIT"
homepage="https://github.com/svenstaro/miniserve"
changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md"
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
checksum=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015
make_check=ci-skip
checksum=6c758467bd546327505717ecab1a0f78a07226509dd5de098112065221882474
make_check=ci-skip # port binding succeeds locally but fails in CI
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;