From 659a969d879021c5837650f97080c7c87cdab6ef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 21 Jun 2019 09:42:15 +0200 Subject: [PATCH] smu: update to 1.5. --- srcpkgs/smu/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/smu/template b/srcpkgs/smu/template index eaf18e222a..d2ea3da6e9 100644 --- a/srcpkgs/smu/template +++ b/srcpkgs/smu/template @@ -1,7 +1,7 @@ # Template file for 'smu' pkgname=smu -version=1.4 -revision=4 +version=1.5 +revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=" short_desc="Simple markup - markdown like syntax" @@ -9,7 +9,7 @@ maintainer='Juan RP ' license="MIT" homepage="https://github.com/Gottox/smu/" distfiles="https://github.com/Gottox/smu/archive/v${version}.tar.gz" -checksum=378f24e6cff54dcfcbc7a17a88f16efb59c0cda1d35f58967e16fd990ba15f45 +checksum=f3bb18f958962679a7fb48d7f8dcab8b59154d66f23c9aba02e78103106093a4 pre_build() { sed -i 's|^CFLAGS =.*|override CFLAGS += -DVERSION=\"${VERSION}\"|g' config.mk