From c32769e14d076dd7af49285aa51ed914d4dd6bc7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 28 Mar 2026 11:37:09 +0100 Subject: [PATCH] fish-shell: update to 4.6.0 --- 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 0a08ee1b458..4c4f9c45893 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.5.0 +version=4.6.0 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=89151f8cf14b634e080226fe696f9ce7d4d153c77629996ca4431c80482c64ed +checksum=fc9165f733a0e28a3dba11c9b1a286bc88a853f152a6694cd993512a2f1761aa register_shell="/bin/fish /usr/bin/fish" # some tests fail in ci, cba to hardcode skipping make_check=ci-skip