From fd189010cd308fb5cee015a0a24d58100b3771f4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 9 Aug 2025 16:56:47 +0200 Subject: [PATCH] lowdown: update to 2.0.2. --- common/shlibs | 2 +- srcpkgs/lowdown/template | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 7bed43b1a8b..2eb3fc2ae3d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4349,7 +4349,7 @@ libThread.so root-6.24.06_1 libTMVA.so root-6.24.06_1 libMathCore.so root-6.24.06_1 libCore.so root-6.24.06_1 -liblowdown.so.1 lowdown-1.1.0_1 +liblowdown.so.2 lowdown-2.0.2_1 libjaylink.so.0 libjaylink-0.2.0_1 libnvidia-container.so.1 libnvidia-container-1.10.0_1 libnvidia-container-go.so.1 libnvidia-container-1.10.0_1 diff --git a/srcpkgs/lowdown/template b/srcpkgs/lowdown/template index 60e73ff3ce0..0b3ed7f7622 100644 --- a/srcpkgs/lowdown/template +++ b/srcpkgs/lowdown/template @@ -1,18 +1,20 @@ # Template file for 'lowdown' pkgname=lowdown -version=1.4.0 +version=2.0.2 revision=1 build_style=configure configure_args="PREFIX=/usr MANDIR=/usr/share/man" +make_cmd="bmake" make_install_target="install install_libs" make_check_target="regress" +hostmakedepends="bmake" short_desc="Simple markdown translator" maintainer="Duncaen " license="ISC" homepage="https://kristaps.bsd.lv/lowdown/" changelog="https://kristaps.bsd.lv/lowdown/archive.html" distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz" -checksum=75bf8ddc66f6c75ebb64131ced1e729983a38f866a93878fc1753df93330e0ef +checksum=d59f2ad82f981a63051bb61d8d04c02c8c49428ac29c435dff03a92e210b0004 post_install() { vlicense LICENSE.md