From b507f681c1f6f64b44e4e4369463ecd84a7395d3 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 4 Sep 2026 21:47:59 +0200 Subject: [PATCH] fish-shell: update to 4.9.1 --- srcpkgs/fish-shell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index a2fcef00f547c4..3ccd1c3f7823b9 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,6 +1,6 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=4.9.0 +version=4.9.1 revision=1 build_style=cmake build_helper="rust" @@ -15,7 +15,7 @@ license="GPL-2.0-only" homepage="https://fishshell.com/" changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst" distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" -checksum=49d86d655cfcc82c7d13d66c6c30a3351600d44b40fb2b6218fbb8fb0e635122 +checksum=93400374bfdb73215cae43bdb09c724f1653f439a85dfc1fe2866639046c95f6 register_shell="/bin/fish /usr/bin/fish" # some tests fail in ci, cba to hardcode skipping make_check=ci-skip