mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'caddy'
|
# Template file for 'caddy'
|
||||||
pkgname=caddy
|
pkgname=caddy
|
||||||
version=2.4.6
|
version=2.4.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/caddyserver/caddy/v2
|
go_import_path=github.com/caddyserver/caddy/v2
|
||||||
go_package="${go_import_path}/cmd/caddy"
|
go_package="${go_import_path}/cmd/caddy"
|
||||||
|
depends="shared-mime-info"
|
||||||
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
||||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue