From 69e98b735b6572ed723278e827aab1370f288778 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 22 Oct 2021 21:14:18 +0200 Subject: [PATCH] libite: update to 2.4.1. --- srcpkgs/libite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libite/template b/srcpkgs/libite/template index 87ef4ae653d..505dcef122d 100644 --- a/srcpkgs/libite/template +++ b/srcpkgs/libite/template @@ -1,6 +1,6 @@ # Template file for 'libite' pkgname=libite -version=2.4.0 +version=2.4.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -10,7 +10,7 @@ license="MIT, ISC, BSD-2-Clause, BSD-3-Clause" homepage="https://github.com/troglobit/libite" changelog="https://raw.githubusercontent.com/troglobit/libite/master/ChangeLog.md" distfiles="https://github.com/troglobit/libite/archive/v${version}.tar.gz" -checksum=5fe375f1350c487337502c7fb6e8a67ff0fb275d7b3934e196fe250ac0a7ad72 +checksum=5c5e8a75a45910a5313ec43268c5c0dda9282777a90f9a857293e26ee0696598 pre_configure() { ./autogen.sh @@ -23,7 +23,7 @@ post_install() { pre_check() { # avoid installing which for testing a which function - vsed -e 's;/usr/bin/which;/usr/bin/id;' -i tests/which.c + vsed -e 's;/usr/bin/which;/usr/bin/id;' -i test/which.c } libite-devel_package() {