From d96cc67e89b9629b01fbc4dbc2d43411290748ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= Date: Wed, 14 Sep 2022 04:43:26 -0500 Subject: [PATCH] baresip: update to 2.7.0. Close: #39266 --- srcpkgs/baresip/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template index 7ef33953693..7efec4c758b 100644 --- a/srcpkgs/baresip/template +++ b/srcpkgs/baresip/template @@ -1,6 +1,6 @@ # Template file for 'baresip' pkgname=baresip -version=1.1.0 +version=2.7.0 revision=1 build_style=gnu-makefile make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk @@ -24,8 +24,9 @@ short_desc="Modular SIP User-Agent with audio and video support" maintainer="John " license="BSD-3-Clause" homepage="https://github.com/baresip/baresip" -distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz" -checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e +changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md" +distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz" +checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181 # Package build options build_options="gtk video"