From b60b1c5ede8713f38dcb51ed29f95420c92ba98d Mon Sep 17 00:00:00 2001 From: meator Date: Sat, 1 Oct 2022 15:22:50 +0200 Subject: [PATCH] cmt: update to 1.18. This commit also switches URLs to https. --- srcpkgs/cmt/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cmt/template b/srcpkgs/cmt/template index e87368e74671..a07ca8a06938 100644 --- a/srcpkgs/cmt/template +++ b/srcpkgs/cmt/template @@ -1,7 +1,7 @@ # Template file for 'cmt' pkgname=cmt -version=1.17 -revision=2 +version=1.18 +revision=1 build_wrksrc="src" build_style=gnu-makefile make_use_env=yes @@ -9,9 +9,9 @@ makedepends="ladspa-sdk" short_desc="LADSPA plugins for use with software synthesis and recording packages" maintainer="Olga Ustuzhanina " license="GPL-2.0-or-later" -homepage="http://www.ladspa.org/cmt/overview.html" -distfiles="http://www.ladspa.org/download/${pkgname}_${version}.tgz" -checksum=eb56d7abebfdf8a6d0ad65d012238c9fc394dd41eeca11900812a8cb6b07ad1f +homepage="https://www.ladspa.org/cmt/overview.html" +distfiles="https://www.ladspa.org/download/${pkgname}_${version}.tgz" +checksum=a82f8636de1f4ada386a199a017a9cd775a49b49e716b11e8dd3f723c93df6ca post_extract() { sed -e "/^CFLAGS/ s/-O2/${CFLAGS}/" \