From cb70cd40a73ab9d1e450f5dd37cdaf7487338fb9 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 28 Jun 2021 18:59:03 +0300 Subject: [PATCH] fish-shell: update to 3.3.0 Add changelog --- srcpkgs/fish-shell/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index c7d3076af03acb..369fb7fbde661c 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.2.2 +version=3.3.0 revision=1 wrksrc="fish-${version}" build_style=cmake @@ -12,8 +12,9 @@ short_desc="User friendly shell intended mostly for interactive use" maintainer="Nathan Owens " 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=5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009 +checksum=a4215e4cab2a5b101b0b8843720bda3c7eb98e8a14dca0950b8ef17e94282faa register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip