mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 18:42:58 +02:00
rlwrap: update to 0.47.
This commit is contained in:
parent
1f0a75eecc
commit
a91254279e
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'rlwrap'
|
||||
pkgname=rlwrap
|
||||
version=0.46.2
|
||||
version=0.47
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="readline-devel"
|
||||
makedepends="readline-devel libptytty-devel"
|
||||
depends="perl"
|
||||
short_desc="Adds readline-style editing and history to programs"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/hanslub42/rlwrap"
|
||||
distfiles="https://github.com/hanslub42/rlwrap/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9abb0a0dc19e85794d9b8e72e480530563eb4ee1bf243e87c0e0dd05ea4a2f09
|
||||
checksum=07cd1c52aee96c05bf0db4ed8da63e854f07a1ca134b21b73c5d5d1969b337b5
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Reference in a new issue