mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
miniserve: update to 0.23.1
This commit is contained in:
parent
71c08d0dc9
commit
f90284ad76
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'miniserve'
|
||||
pkgname=miniserve
|
||||
version=0.23.0
|
||||
version=0.23.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
|
@ -8,6 +8,8 @@ build_helper=qemu
|
|||
make_check_args="--
|
||||
--skip qrcode_hidden_in_tty_when_disabled
|
||||
--skip qrcode_shown_in_tty_when_enabled"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libzstd-devel"
|
||||
checkdepends="curl"
|
||||
short_desc="CLI tool to serve files and dirs over HTTP"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
@ -15,7 +17,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=46e076f35cd8919a566d595b7fef05ce9c5c223a66bea6ee6dd3092c42697bd1
|
||||
checksum=2812e5f700612576587a76ba5ea51a3eb7f60b1dd1b580cd9a015ad2feac5b8f
|
||||
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