miniserve: update to 0.29.0

This commit is contained in:
tranzystorekk 2025-02-10 14:00:58 +01:00
parent 5bc7ddb22b
commit e4bcb44c62

View File

@ -1,6 +1,6 @@
# Template file for 'miniserve' # Template file for 'miniserve'
pkgname=miniserve pkgname=miniserve
version=0.28.0 version=0.29.0
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
@ -10,14 +10,14 @@ make_check_args="--
--skip qrcode_shown_in_tty_when_enabled" --skip qrcode_shown_in_tty_when_enabled"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libzstd-devel" makedepends="libzstd-devel"
checkdepends="curl" checkdepends="curl openssl-devel"
short_desc="CLI tool to serve files and dirs over HTTP" short_desc="CLI tool to serve files and dirs over HTTP"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/svenstaro/miniserve" homepage="https://github.com/svenstaro/miniserve"
changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md"
distfiles="https://github.com/svenstaro/miniserve/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/svenstaro/miniserve/archive/refs/tags/v${version}.tar.gz"
checksum=c4c5e12796bdae2892eff3832b66c4c04364738b62cf1429259428b03363d1f1 checksum=48351a8165bd51f3c855695af1c25032b502f873c80f52f98a538174951cbb9f
make_check=ci-skip # port binding succeeds locally but fails in CI make_check=ci-skip # port binding succeeds locally but fails in CI
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in