From 9f1e48add8ea64fa4a8b2c4d354bf983db636285 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 16 Apr 2023 00:11:15 +0530 Subject: [PATCH] hstr: update to 3.0. --- srcpkgs/hstr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template index 8babb38010e6..c70a07f3cd35 100644 --- a/srcpkgs/hstr/template +++ b/srcpkgs/hstr/template @@ -1,6 +1,6 @@ # Template file for 'hstr' pkgname=hstr -version=2.6 +version=3.0 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config" @@ -11,7 +11,7 @@ license="Apache-2.0" homepage="https://github.com/dvorka/hstr" changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog" distfiles="https://github.com/dvorka/hstr/archive/refs/tags/${version}.tar.gz" -checksum=085f8a087481bcdf33e75e2fa5aaa9289931782c0bee2db3e02425b9a7d83cdf +checksum=6d523914dc3af243f5895b2e52d39e3cc53f1afed6562f34a29da4d4467ad7fa pre_configure() { vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h src/include/hstr_curses.h