From 89960fa2b52c27f138142a77c5b89cd6c87bd589 Mon Sep 17 00:00:00 2001 From: staging-update-bot Date: Sun, 28 Dec 2025 20:01:00 +0000 Subject: [PATCH 1/2] fish/4.3.1 package update --- fish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish.yaml b/fish.yaml index 5b576bfb89c..5ab9ad0c867 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: From be01a58c103da687865473b12737247d7e8dcfde Mon Sep 17 00:00:00 2001 From: Evan Gibler <20933572+egibs@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:20:40 -0600 Subject: [PATCH 2/2] Fix build option for docs Signed-off-by: Evan Gibler <20933572+egibs@users.noreply.github.com> --- fish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.yaml b/fish.yaml index 5ab9ad0c867..9908860f3dc 100644 --- a/fish.yaml +++ b/fish.yaml @@ -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