rlwrap: update to 0.43.
This commit is contained in:
parent
40f0ab6e5d
commit
e47990fe1e
1 changed files with 7 additions and 11 deletions
|
@ -1,18 +1,14 @@
|
|||
# Template file for 'rlwrap'
|
||||
pkgname=rlwrap
|
||||
version=0.42
|
||||
revision=4
|
||||
version=0.43
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
python_version=3
|
||||
makedepends="readline-devel"
|
||||
depends="perl"
|
||||
short_desc="Adds readline-style editing and history to programs"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
|
||||
#distfiles="http://utopia.knoware.nl/~hlub/uck/rlwrap/$pkgname-$version.tar.gz"
|
||||
distfiles="https://ftp.heanet.ie/mirrors/OpenBSD/distfiles/rlwrap-${version}.tar.gz"
|
||||
checksum=5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/file existence when cross compiling/s/as_fn_error/echo/' configure
|
||||
}
|
||||
homepage="https://github.com/hanslub42/rlwrap"
|
||||
distfiles="https://github.com/hanslub42/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8e86d0b7882d9b8a73d229897a90edc207b1ae7fa0899dca8ee01c31a93feb2f
|
||||
|
|
Loading…
Reference in a new issue