fish-shell: update to 2.1.0.
This commit is contained in:
parent
eb7d7e9c29
commit
fa7cbd2487
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=2.0.0
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
||||||
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
|
checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf doxygen"
|
hostmakedepends="autoconf doxygen"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
wrksrc="fish"
|
wrksrc="fish-${version}"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://fishshell.com/"
|
homepage="http://fishshell.com/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
|
|
Loading…
Reference in a new issue