bump miniserve to 0.19.2 and enable autoupdate (#9396)

* bump miniserve to 0.19.2 and enable autoupdate

* update description
This commit is contained in:
Oskar 2022-03-14 11:47:55 +01:00 committed by GitHub
parent 69909ae504
commit 75b43c820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://github.com/svenstaro/miniserve
TERMUX_PKG_DESCRIPTION="Tool to serve files via HTTP"
TERMUX_PKG_DESCRIPTION="Tool to serve files and dirs over HTTP"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.18.0
TERMUX_PKG_VERSION=0.19.2
TERMUX_PKG_SRCURL=https://github.com/svenstaro/miniserve/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015
TERMUX_PKG_SHA256=353632758dd05fb3f6862fcaea86d9eee2cdf889e97181a880b354fe33e760da
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS=libbz2
TERMUX_PKG_BUILD_IN_SRC=true