Files
caddy/REUSE.toml
T
Carl Smedstad 50f3000938 upgpkg: 2.11.2-1: Upstream release
https://github.com/caddyserver/caddy/releases/tag/v2.11.2
https://github.com/caddyserver/caddy/releases/tag/v2.11.1

Also:
- Remove signature verification, upstream signed with SSH key, not supported
- Handle version reporting with linker flags instead of patching
- Deselect integration tests (with -short) to ensure they pass
- Work from $srcdir in package(), most files are copied from there anyways
2026-04-06 13:42:45 +02:00

25 lines
431 B
TOML

version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
"Caddyfile",
"use-data-dir-for-autosave.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"