From 429ad7c369d3baf61ebbc943ad80cad632186ced Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Wed, 7 Apr 2021 16:22:43 +0300 Subject: [PATCH] fish-shell: update to 3.2.2 --- srcpkgs/fish-shell/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 800a781f214e..35ce6f0967ea 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,7 +1,7 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=3.2.1 -revision=2 +version=3.2.2 +revision=1 wrksrc="fish-${version}" build_style=cmake hostmakedepends="gettext" @@ -13,7 +13,7 @@ maintainer="Nathan Owens " license="GPL-2.0-only" homepage="https://fishshell.com/" distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" -checksum=d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b +checksum=5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=extended