miniserve: update to 0.13.0.
This commit is contained in:
parent
326649b81b
commit
0e89df00a0
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'miniserve'
|
# Template file for 'miniserve'
|
||||||
pkgname=miniserve
|
pkgname=miniserve
|
||||||
version=0.10.4
|
version=0.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
checkdepends="curl"
|
||||||
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"
|
||||||
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
|
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
|
||||||
checksum=03b8549258deb17759d69ad73047429f8420e3eab7588af086caf14e47c96332
|
checksum=3578fd2dfe8dbebecd15b1e82cfb6d6656fed5e54ae4fccc4e7a6879b61dd1e1
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*) ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
|
Loading…
Reference in New Issue