mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
miniserve: update to 0.23.0
This commit is contained in:
parent
873b0c01f3
commit
713b5ba9ff
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
# Template file for 'miniserve'
|
||||
pkgname=miniserve
|
||||
version=0.22.0
|
||||
version=0.23.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
# these tests fail to create a tempdir
|
||||
make_check_args="--
|
||||
--skip qrcode_hidden_in_tty_when_disabled
|
||||
--skip qrcode_shown_in_tty_when_enabled"
|
||||
checkdepends="curl"
|
||||
short_desc="CLI tool to serve files and dirs over HTTP"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
@ -11,7 +15,7 @@ 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/refs/tags/v${version}.tar.gz"
|
||||
checksum=325f6cde391c468000b1bdcc8455ec2c6950b3c930029187671c536507b185ba
|
||||
checksum=46e076f35cd8919a566d595b7fef05ce9c5c223a66bea6ee6dd3092c42697bd1
|
||||
make_check=ci-skip # port binding succeeds locally but fails in CI
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Add table
Reference in a new issue