mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
rlwrap: update to 0.46.1.
This commit is contained in:
parent
74136ef905
commit
f32c6e1eab
1 changed files with 3 additions and 8 deletions
|
@ -1,18 +1,13 @@
|
|||
# Template file for 'rlwrap'
|
||||
pkgname=rlwrap
|
||||
version=0.46
|
||||
version=0.46.1
|
||||
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/archive/v${version}.tar.gz"
|
||||
checksum=4bc53e96b49405e4a8ca579465bc1129adc719a96840b71b3ae99ec88e4d8c29
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
distfiles="https://github.com/hanslub42/rlwrap/releases/download/${version}/rlwrap-${version}.tar.gz"
|
||||
checksum=2711986a1248f6ac59e2aecf5586205835970040d300a42b4bf8014397e73e37
|
||||
|
|
Loading…
Add table
Reference in a new issue