From 6c00c859ae3271ec849b10c6dca5ee426606d638 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 13 Mar 2022 13:53:20 +0300 Subject: [PATCH] fish-shell: update to 3.4.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 657e5604c3d6..130e59c514d4 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.3.1 +version=3.4.0 revision=1 wrksrc="fish-${version}" build_style=cmake @@ -14,7 +14,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=b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89 +checksum=b5b48ab8486b19ef716a32f7f46b88b9ea5356155f0e967ee99f4093645413c5 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip