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
25 lines
431 B
TOML
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"
|