From e3c2f6c0e6438c75f8b05d21fe937a5558761f9f Mon Sep 17 00:00:00 2001 From: anelki Date: Tue, 19 Mar 2024 12:46:49 -0500 Subject: [PATCH] fish-shell: update to 3.7.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 ed1260f2fc7593..4192259d704f69 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,6 +1,6 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=3.7.0 +version=3.7.1 revision=1 build_style=cmake hostmakedepends="gettext" @@ -12,7 +12,7 @@ license="GPL-2.0-only" homepage="https://fishshell.com/" changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst" distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" -checksum=df1b7378b714f0690b285ed9e4e58afe270ac98dbc9ca5839589c1afcca33ab1 +checksum=614c9f5643cd0799df391395fa6bbc3649427bb839722ce3b114d3bbc1a3b250 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip