From 5625012e05d9362dfa243df7d7510fea26d4a737 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 2 Apr 2024 21:54:01 -0400 Subject: [PATCH] liblc3: update to 1.1.0 --- srcpkgs/liblc3/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/liblc3/template b/srcpkgs/liblc3/template index 7b99340dcb9349..e6f6ff3131af3c 100644 --- a/srcpkgs/liblc3/template +++ b/srcpkgs/liblc3/template @@ -1,6 +1,6 @@ # Template file for 'liblc3' pkgname=liblc3 -version=1.0.4 +version=1.1.0 revision=1 build_style=meson configure_args="-Dtools=true" @@ -8,8 +8,9 @@ short_desc="Low complexity communication codec" maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/google/liblc3" +changelog="https://github.com/google/liblc3/releases" distfiles="https://github.com/google/liblc3/archive/refs/tags/v${version}.tar.gz" -checksum=9cf7177b864cac7612f27c0737440b1b7b53d88687778405060de29dfd6e0aaa +checksum=958725e277685f9506d30ea341c38a03b245c3b33852cd074da6c8857525e808 liblc3-devel_package() { short_desc+=" - development files"