miniserve: update to 0.2.2.
This commit is contained in:
parent
63ea973f87
commit
2dcce09bfd
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.2.1
|
version=0.2.2
|
||||||
revision=1
|
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"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@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=9d58319ae1dcf460f85114e49939ffeae8b6161de7e9dfaf6a7a985d52e998d4
|
checksum=f15efc4ccbddc25dc01ce0b6db8c6edb63de2d0bccedea29b489e254aa92d590
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue