diff --git a/libreoffice-24.8.yaml b/libreoffice-24.8.yaml index 0b2f160fe3d..8e40893c2ec 100644 --- a/libreoffice-24.8.yaml +++ b/libreoffice-24.8.yaml @@ -1,6 +1,6 @@ package: name: libreoffice-24.8 - version: 24.8.3.1 + version: 24.8.3.2 epoch: 0 description: # https://www.libreoffice.org/about-us/licenses @@ -92,6 +92,8 @@ environment: - python-${{vars.python-version}}-dev - zip environment: + # https://github.com/wolfi-dev/os/issues/34075 + GCC_SPEC_FILE: /dev/null JAVA_HOME: ${{vars.java-home}} pipeline: @@ -99,7 +101,7 @@ pipeline: with: repository: https://github.com/LibreOffice/core tag: libreoffice-${{package.version}} - expected-commit: 65412f067af443213e726c93f137ccc85c9a1e06 + expected-commit: 48a6bac9e7e268aeb4c3483fcf825c94556d9f92 # patch rather than cherry-pick. The git fetch of main takes multiple minutes. - uses: patch