caddy: add missing dependency
Without shared-mime-info installed Caddy silently omits certain headers, especially Content-Type.
This commit is contained in:
parent
e0b614cf39
commit
55db3c18a0
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'caddy'
|
||||
pkgname=caddy
|
||||
version=2.4.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/caddyserver/caddy/v2
|
||||
go_package="${go_import_path}/cmd/caddy"
|
||||
depends="shared-mime-info"
|
||||
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue