Remove redundant suffix, add libc version suffix

This commit is contained in:
crazywhalecc
2025-03-30 21:59:58 +08:00
parent c58ea0c3bd
commit 67afffeb96
3 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,5 @@
"repo": "static-php/static-php-cli-hosted",
"prefer-stable": true,
"match-pattern-linux": "{name}-{arch}-{os}-{libc}-{libcver}.txz",
"match-pattern": "{name}-{arch}-{os}.txz",
"suffix": "txz"
"match-pattern": "{name}-{arch}-{os}.txz"
}