From 0065835808c584c6313ba932c73f7c54610ed557 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Sep 2014 07:33:01 +0200 Subject: [PATCH] fish-shell: update to 2.1.1 (fixes some CVEs). --- srcpkgs/fish-shell/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 7acbb3cca8a..c02a015e09c 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,9 +1,9 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=2.1.0 -revision=2 +version=2.1.1 +revision=1 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" -checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044" +checksum="b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924" build_style=gnu-configure hostmakedepends="automake" makedepends="ncurses-devel" @@ -16,6 +16,5 @@ license="GPL" short_desc="User friendly shell intended mostly for interactive use" pre_configure() { - autoconf - autoheader + autoreconf -fi }