diff options
author | Ferdinand Thiessen <rpm@fthiessen.de> | 2022-10-31 12:51:38 +0100 |
---|---|---|
committer | Ferdinand Thiessen <rpm@fthiessen.de> | 2022-10-31 12:51:38 +0100 |
commit | 7ea564b5ca17ea15f2af75948186bf0760275321 (patch) | |
tree | 3b53ab557e1888329efaf50b6e9777eceb24bd9f /build | |
parent | 7c39e3e6bdae6dd70c804d1d4c5084ecc0b2ce54 (diff) | |
download | nextcloud-server-7ea564b5ca17ea15f2af75948186bf0760275321.tar.gz nextcloud-server-7ea564b5ca17ea15f2af75948186bf0760275321.zip |
Use the official phpDocumentor release
The previous cached version download URL was broken and only a
non-functional version was downloaded leading and so the API reference
was not updated since NC24.
This is fixed by simply using the latest stable phpDocumentor release.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Diffstat (limited to 'build')
-rwxr-xr-x | build/phpDocumentor.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index 7c70224c76d..533e5f5a5c7 100755 --- a/build/phpDocumentor.sh +++ b/build/phpDocumentor.sh @@ -1,10 +1,6 @@ #!/bin/bash -# Use a cached version of phpDocumentor for now since there is no release yet -# and the github actions artifacts might disappear -# This phar is downloaded from https://github.com/phpDocumentor/phpDocumentor/actions/runs/221599704 - -wget https://bitgrid.net/~jus/phpDocumentor.phar +wget https://phpdoc.org/phpDocumentor.phar mkdir -p api/ |