miniserve: update to 0.2.1.
This commit is contained in:
parent
3dc2fe58c0
commit
ce22bae430
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'miniserve'
|
# Template file for 'miniserve'
|
||||||
pkgname=miniserve
|
pkgname=miniserve
|
||||||
version=0.2.0
|
version=0.2.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="CLI tool to serve files and dirs over HTTP"
|
short_desc="CLI tool to serve files and dirs over HTTP"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
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=2a0d4c7563b3b1b75ba0cccc69236976dc916378a41e7f994e28f8a766bded4c
|
checksum=9d58319ae1dcf460f85114e49939ffeae8b6161de7e9dfaf6a7a985d52e998d4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue