diff --git a/fish.yaml b/fish.yaml index 5b576bfb89c..9908860f3dc 100644 --- a/fish.yaml +++ b/fish.yaml @@ -1,7 +1,7 @@ # Generated from https://git.alpinelinux.org/aports/plain/main/fish/APKBUILD package: name: fish - version: "4.2.1" + version: "4.3.1" epoch: 0 description: Modern interactive commandline shell copyright: @@ -27,7 +27,7 @@ pipeline: with: repository: https://github.com/fish-shell/fish-shell tag: ${{package.version}} - expected-commit: 3bc896bd8957a414111d13318335d8467792ccdc + expected-commit: a2c5b2a56723fb7c3f63a0bf3eefaf1e94db6332 - uses: cmake/configure with: @@ -37,7 +37,7 @@ pipeline: -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_SYSCONFDIR=/etc \ - -DBUILD_DOCS=TRUE + -DWITH_DOCS=ON - uses: cmake/build