fish-shell: update to 2.1.1 (fixes some CVEs).
This commit is contained in:
parent
1c492a36eb
commit
0065835808
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
||||||
checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044"
|
checksum="b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -16,6 +16,5 @@ license="GPL"
|
||||||
short_desc="User friendly shell intended mostly for interactive use"
|
short_desc="User friendly shell intended mostly for interactive use"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoconf
|
autoreconf -fi
|
||||||
autoheader
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue