From 93b4f7233992ef4c3d13861712d6ca2c1cf14586 Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Tue, 19 Nov 2024 13:51:11 +0100 Subject: [PATCH] discount: update to 3.0.0d --- srcpkgs/discount/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/discount/template b/srcpkgs/discount/template index d61cfffb8b4..e8009d8a7a6 100644 --- a/srcpkgs/discount/template +++ b/srcpkgs/discount/template @@ -1,6 +1,6 @@ # Template file for 'discount' pkgname=discount -version=2.2.7d +version=3.0.0d revision=1 build_style=configure configure_script="./configure.sh" @@ -10,11 +10,11 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="http://www.pell.portland.or.us/~orc/Code/discount" distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz" -checksum=eb9f6629dadddb44c3111267b82e51d5fb8364e228cc3533fe937d8a99e0155b +checksum=0ed8cc27ac5d46dc6a8beedd5e5673ac8b466a6474bdb7d35f37c815f670385f disable_parallel_build=yes do_install() { - make DESTDIR=${DESTDIR} install install.man + make DESTDIR=${DESTDIR} install.everything vlicense COPYRIGHT } discount-devel_package() {