From a496c351623c8761053e9a68576783687492b066 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 23 Jun 2022 16:58:40 +0300 Subject: [PATCH] fish-shell: update to 3.5.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 0fc86db7e7b0..f6b332a1c2a0 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.4.1 +version=3.5.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=b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea +checksum=291e4ec7c6c3fea54dc1aed057ce3d42b356fa6f70865627b2c7dfcecaefd210 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip