From 0e08f63dbe430e26d2a1cae5265faec0fa6eca7f Mon Sep 17 00:00:00 2001 From: anelki Date: Mon, 4 Dec 2023 10:52:12 -0600 Subject: [PATCH] fish-shell: update to 3.6.3. --- 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 aa6a157317a7f..94b04e1914fdf 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.6.1 +version=3.6.3 revision=2 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=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2 +checksum=55520128c8ef515908a3821423b430db9258527a6c6acb61c7cb95626b5a48d5 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip