From 78583cab5723bdde2b38811d11bfeb7f73d6bed8 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 9 Jan 2022 11:42:47 -0500 Subject: [PATCH] miniserve: update to 0.18.0 --- srcpkgs/miniserve/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template index 6b55e67ad131..8fce43252f16 100644 --- a/srcpkgs/miniserve/template +++ b/srcpkgs/miniserve/template @@ -1,6 +1,6 @@ # Template file for 'miniserve' pkgname=miniserve -version=0.14.0 +version=0.18.0 revision=1 build_style=cargo checkdepends="curl" @@ -8,8 +8,9 @@ short_desc="CLI tool to serve files and dirs over HTTP" maintainer="Enno Boland " license="MIT" homepage="https://github.com/svenstaro/miniserve" +changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md" distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz" -checksum=68e21c35a4577251f656f3d1ccac2de23abd68432810b11556bcc8976bb19fc5 +checksum=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;