From cd21910191d9c23c24163b1b9e0680df18645441 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 2 Jul 2024 01:02:42 -0400 Subject: [PATCH] multimon-ng: update to 1.3.1. --- srcpkgs/multimon-ng/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/multimon-ng/template b/srcpkgs/multimon-ng/template index 9e4bc2e1b7e..66cf64829fc 100644 --- a/srcpkgs/multimon-ng/template +++ b/srcpkgs/multimon-ng/template @@ -1,6 +1,6 @@ # Template file for 'multimon-ng' pkgname=multimon-ng -version=1.3.0 +version=1.3.1 revision=1 build_style=cmake configure_args="$(vopt_bool x11 X11_SUPPORT) $(vopt_bool pulseaudio PULSE_AUDIO_SUPPORT)" @@ -9,8 +9,9 @@ short_desc="Digital transmission decoder" maintainer="classabbyamp " license="GPL-2.0-or-later" homepage="https://github.com/EliasOenal/multimon-ng" +changelog="https://github.com/EliasOenal/multimon-ng/releases" distfiles="https://github.com/EliasOenal/multimon-ng/archive/${version}.tar.gz" -checksum=d6773bddb192c3836bfda4d8243f9ef7756c3cc029ac4856378892d9b0d0d0ea +checksum=608258875cdc61ad7a66a2955ec277ed50e5abf628b578c1b53f975d6762f07d build_options="pulseaudio x11" build_options_default="pulseaudio x11"