fish-shell: update to 2.1.1 (fixes some CVEs).

This commit is contained in:
Juan RP 2014-09-30 07:33:01 +02:00
parent 1c492a36eb
commit 0065835808
1 changed files with 4 additions and 5 deletions

View File

@ -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
}