check_ssl_cert
- Path: arch/maintained/check_ssl_cert
- Simple upstream-tarball package, no
pkgver() function — .nvchecker.toml
uses source = "git" against the upstream GitHub repo with prefix = "v"
(tags are vX.Y.Z), so nvchecker’s reported version drops the v and
matches pkgver directly.
- Update recipe is the standard one: bump
pkgver, reset pkgrel to 1,
updpkgsums (single md5sums entry, source is a GitHub release tarball),
makepkg --printsrcinfo > .SRCINFO.
- Builds cleanly for x86_64, i686, pentium4 (its
arch=() also lists
armv6h/armv7h/aarch64, which this host can’t build — see
TOOLING_NOTES.md).
- 2026-07-20: 2.101.0 -> 2.103.0, released to all three buildable archs.