From 7f751117229f8ddcc43f2b98d4c1520811ad15ee Mon Sep 17 00:00:00 2001 From: John Date: Wed, 15 May 2019 15:35:01 +0200 Subject: [PATCH] sblg: update to 0.4.24. --- srcpkgs/sblg/patches/typo.patch | 11 ----------- srcpkgs/sblg/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/sblg/patches/typo.patch diff --git a/srcpkgs/sblg/patches/typo.patch b/srcpkgs/sblg/patches/typo.patch deleted file mode 100644 index 3b021345974..00000000000 --- a/srcpkgs/sblg/patches/typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- util.c 2019-04-16 03:13:56.445399012 +0200 -+++ - 2019-04-16 03:14:14.892999712 +0200 -@@ -1026,7 +1026,7 @@ - #ifdef __linux__ - size_t i; - -- for (i = 0; i < SBLTAG_NONE; i++) { -+ for (i = 0; i < SBLGTAG_NONE; i++) { - free(htabs[i].tabent); - htabs[i].tabent = NULL; - } diff --git a/srcpkgs/sblg/template b/srcpkgs/sblg/template index ad4849db755..bd81995bffe 100644 --- a/srcpkgs/sblg/template +++ b/srcpkgs/sblg/template @@ -1,6 +1,6 @@ # Template file for 'sblg' pkgname=sblg -version=0.4.21 +version=0.4.24 revision=1 build_style=configure configure_args="PREFIX=/usr MANDIR=/usr/share/man" @@ -11,7 +11,7 @@ license="ISC" homepage="https://kristaps.bsd.lv/sblg/" changelog="https://kristaps.bsd.lv/sblg/archive.html" distfiles="https://kristaps.bsd.lv/sblg/snapshots/${pkgname}-${version}.tar.gz" -checksum=1afa576e68e57cd3aa4ae9a65e7070f2561d4dc31c6a131925cb0c06880b573f +checksum=0f62862e157a9374ea80b60c1b03e94e5f0a2c5afd96bf33f4a0032a4be90a81 pre_configure() { if [ "$CROSS_BUILD" ]; then