From 4a7c0f6cef4d9f12594cde3435f77cc3a7cfa47c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 31 Jan 2023 13:19:02 -0500 Subject: [PATCH] hamlib: update to 4.5.4. --- srcpkgs/hamlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index 04357f6c913b..6e74d94ffa17 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib -version=4.5 -revision=2 +version=4.5.4 +revision=1 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="https://hamlib.github.io" changelog="https://raw.githubusercontent.com/Hamlib/Hamlib/master/NEWS" distfiles="https://github.com/Hamlib/Hamlib/releases/download/${version}/hamlib-${version}.tar.gz" -checksum=14a2ce76a647a75e71d8ccf1f16999a6708e84823d9f74137f2173fcee94ad52 +checksum=b1aea97d6093990b77d5dc4bde6b9ca06183ddb7e24da7e2367a2acc957b7ac2 CFLAGS="-DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"