fix(waf/packaging): CRS-Plugin-Download probiert main + master, curl -f — v1.3.13

WordPress-Plugin nutzt den Branch `master` (nicht `main`), und `curl -sL` ohne
-f wertete den 404 als Erfolg → WordPress-Plugin wurde still übersprungen. Fix:
beide Branches probieren, curl -f (harter HTTP-Fehler), Tarball-Extraktion als
Erfolgskriterium.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-08-03 10:36:51 +02:00
parent 37f729381d
commit 235b5c3b9a
2 changed files with 16 additions and 10 deletions

View File

@@ -1 +1 @@
1.3.12
1.3.13