mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
caddy: update to 2.8.4.
This commit is contained in:
parent
7ac8e3a335
commit
4d7e0c2f8b
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'caddy'
|
# Template file for 'caddy'
|
||||||
pkgname=caddy
|
pkgname=caddy
|
||||||
version=2.7.6
|
version=2.8.4
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
hostmakedepends="go1.20"
|
hostmakedepends="go"
|
||||||
depends="shared-mime-info"
|
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -13,14 +13,13 @@ license="Apache-2.0"
|
||||||
homepage="https://caddyserver.com"
|
homepage="https://caddyserver.com"
|
||||||
changelog="https://github.com/caddyserver/caddy/releases"
|
changelog="https://github.com/caddyserver/caddy/releases"
|
||||||
distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
|
||||||
checksum=e1c524fc4f4bd2b0d39df51679d9d065bb811e381b7e4e51466ba39a0083e3ed
|
checksum=5c2e95ad9e688a18dd9d9099c8c132331e01e0bebd401183e8d9123372cf4fcc
|
||||||
|
|
||||||
system_accounts="caddy"
|
system_accounts="caddy"
|
||||||
caddy_homedir="/var/lib/caddy"
|
caddy_homedir="/var/lib/caddy"
|
||||||
caddy_descr="caddy daemon"
|
caddy_descr="caddy daemon"
|
||||||
|
|
||||||
conf_files="/etc/caddy/Caddyfile"
|
conf_files="/etc/caddy/Caddyfile"
|
||||||
export GOTOOLCHAIN=go1.20
|
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/caddy 0700 caddy caddy
|
/etc/caddy 0700 caddy caddy
|
||||||
|
|
Loading…
Add table
Reference in a new issue