diff options
author | Gavin Henry <ghenry@sentrypeer.org> | 2022-03-19 15:01:10 +0000 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-03-19 15:01:27 +0000 |
commit | 835cfc74c0f9aa8a6af0e3cf77062ac6a1cd5c92 (patch) | |
tree | 5c6cbcc70569f33bd803e64cfaf1baae7a3de942 | |
parent | 866f2e147cfbb06eec9179e7323be6d2f82b5290 (diff) | |
download | aports-patches/3979.tar.gz aports-patches/3979.tar.bz2 aports-patches/3979.tar.xz |
testing/libosip2: upgrade to 5.3.0patches/3979
-rw-r--r-- | testing/libosip2/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/libosip2/APKBUILD b/testing/libosip2/APKBUILD index 7504be1dc3..fa45ffd80e 100644 --- a/testing/libosip2/APKBUILD +++ b/testing/libosip2/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: David Sugar <tychosoft@gmail.com> -# Contributor: David Sugar <tychosoft@gmail.com> +# Contributor: David Sugar <tychosoft@gmail.com>, Gavin Henry <ghenry@sentrypeer.org> pkgname=libosip2 # Needs to be kept in sync with libexosip2 -pkgver=5.2.0 +pkgver=5.3.0 pkgrel=0 pkgdesc="oSIP is an implementation of SIP" url="https://www.gnu.org/software/osip/" @@ -34,4 +34,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="cc714ab5669c466ee8f0de78cf74a8b7633f3089bf104c9c1474326840db3d791270159456f9deb877af2df346b04493e8f796b2bb7d2be134f6c08b25a29f83 libosip2-5.2.0.tar.gz" +sha512sums=" +010830af0aca7cab48f2d28b130bf8a2443a7eb552ccfd3e6100d3262a1e2a4cca4ab457a073cbf6ff032ed7177a781e2ce980a1f095688659cff8c0005fce50 libosip2-5.3.0.tar.gz +" |