miniserve: update to 0.2.0. (#1636)
This commit is contained in:
parent
0a58d268bc
commit
c355b41e67
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'miniserve'
|
# Template file for 'miniserve'
|
||||||
pkgname=miniserve
|
pkgname=miniserve
|
||||||
version=0.1.5
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo"
|
hostmakedepends="cargo"
|
||||||
short_desc="CLI tool to serve files and dirs over HTTP"
|
short_desc="CLI tool to serve files and dirs over HTTP"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="cr6git <quark6@protonmail.com>"
|
||||||
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=b435471cd08f3dbe080e26a0b6937c824502a87659948f49b5d2e54f07de64e0
|
checksum=2a0d4c7563b3b1b75ba0cccc69236976dc916378a41e7f994e28f8a766bded4c
|
||||||
|
|
||||||
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/380263119#L1158
|
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/380263119#L1158
|
||||||
https://travis-ci.org/voidlinux/void-packages/jobs/380263118#L1167"
|
https://travis-ci.org/voidlinux/void-packages/jobs/380263118#L1167"
|
||||||
|
|
Loading…
Reference in a new issue