rlwrap: update to 0.46.2.

This commit is contained in:
Leah Neukirchen 2025-05-09 15:12:49 +02:00
parent d882f5990c
commit c3b2a7aa33

View file

@ -1,13 +1,18 @@
# Template file for 'rlwrap'
pkgname=rlwrap
version=0.46.1
version=0.46.2
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="readline-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/releases/download/${version}/rlwrap-${version}.tar.gz"
checksum=2711986a1248f6ac59e2aecf5586205835970040d300a42b4bf8014397e73e37
distfiles="https://github.com/hanslub42/rlwrap/archive/refs/tags/v${version}.tar.gz"
checksum=9abb0a0dc19e85794d9b8e72e480530563eb4ee1bf243e87c0e0dd05ea4a2f09
pre_configure() {
autoreconf -fi
}