From 424c8da45507272423259d0538b28ee07c8fc66d Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Wed, 15 Feb 2023 08:43:22 +0100 Subject: [PATCH] caddy: update to 2.6.4. --- srcpkgs/caddy/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/caddy/template b/srcpkgs/caddy/template index 5fd43bb04758..baed05040a58 100644 --- a/srcpkgs/caddy/template +++ b/srcpkgs/caddy/template @@ -1,6 +1,6 @@ # Template file for 'caddy' pkgname=caddy -version=2.6.3 +version=2.6.4 revision=1 build_style=go go_import_path=github.com/caddyserver/caddy/v2 @@ -10,8 +10,9 @@ short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" maintainer="Dominic Monroe " license="Apache-2.0" homepage="https://caddyserver.com" +changelog="https://github.com/caddyserver/caddy/releases" distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz" -checksum=86d6bb9b90fb21b223dc570eb2ccc8cf917750d70fb0d9c4a86d3ec6c13c712c +checksum=41f26a7e494eb0e33cd1f167b3f00a4d9030b2f9d29f673a1837dde7bb5e82b0 system_accounts="caddy" caddy_homedir="/var/lib/caddy"