From ade77dba800195639a5ab646008f7acf2e048dd6 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 28 Oct 2019 14:48:40 +0100 Subject: [PATCH] libxls: update to 1.5.2. --- srcpkgs/libxls/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libxls/template b/srcpkgs/libxls/template index c50511b5564..dc22a901fbb 100644 --- a/srcpkgs/libxls/template +++ b/srcpkgs/libxls/template @@ -1,15 +1,15 @@ # Template file for 'libxls' pkgname=libxls -version=1.5.1 +version=1.5.2 revision=1 build_style=gnu-configure configure_args="--program-prefix=lib --enable-static" short_desc="C library which can read Excel (xls) files" maintainer="Leah Neukirchen " -license="BSD-2-clause" +license="BSD-2-Clause" homepage="https://github.com/libxls/libxls" distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz" -checksum=3bc88501529ce3909457fedfc5cc6c8c5a8aaaab17ca5cbbfad317b61e465535 +checksum=8d7e52d96ccc6c498e5de78c1988d9838d914eeeb94ac60208378340bd6e6aaa post_install() { sed '/^$/q' include/xls.h >LICENSE