rlwrap: update to 0.45.
This commit is contained in:
parent
3c2d08021e
commit
7bfedfa964
1 changed files with 8 additions and 3 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'rlwrap'
|
# Template file for 'rlwrap'
|
||||||
pkgname=rlwrap
|
pkgname=rlwrap
|
||||||
version=0.44
|
version=0.45
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Adds readline-style editing and history to programs"
|
short_desc="Adds readline-style editing and history to programs"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/hanslub42/rlwrap"
|
homepage="https://github.com/hanslub42/rlwrap"
|
||||||
distfiles="https://github.com/hanslub42/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/hanslub42/rlwrap/archive/v${version}.tar.gz"
|
||||||
checksum=cd7ff50cde66e443cbea0049b4abf1cca64a74948371fa4f1b5d9a5bbce1e13c
|
checksum=780faa7330f306430aaf895984c936f451a8d35555145eff5451dc57b0c3ba8c
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue