From 4f85e1350a962a769e56a0b5c52d39c34606b090 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 9 Jan 2023 01:42:34 +0530 Subject: [PATCH] fish-shell: update to 3.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 b50a7649ee71..77da196ed319 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.5.1 +version=3.6.0 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=a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928 +checksum=97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip