diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-22 00:36:49 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-22 01:23:01 +0100 |
commit | 12de7c9ded2c79e19116fdeee04c6564ed8c12ac (patch) | |
tree | da8c22d22faf7e4c04b7d0629e8849a82f343bbf /testing/libexosip2 | |
parent | b6b00491e1141938df13d5f94772d9e4aeb7a888 (diff) | |
download | aports-12de7c9ded2c79e19116fdeee04c6564ed8c12ac.tar.bz2 aports-12de7c9ded2c79e19116fdeee04c6564ed8c12ac.tar.xz |
testing/libexosip2: upgrade to 5.1.1
Diffstat (limited to 'testing/libexosip2')
-rw-r--r-- | testing/libexosip2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libexosip2/APKBUILD b/testing/libexosip2/APKBUILD index 13fcafe1f5..6aa2c02c82 100644 --- a/testing/libexosip2/APKBUILD +++ b/testing/libexosip2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: David Sugar <tychosoft@gmail.com> # Contributor: David Sugar <tychosoft@gmail.com> pkgname=libexosip2 -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=0 pkgdesc="Extended osip2 library" url="http://savannah.nongnu.org/projects/exosip" @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9ffddaaf9f62839b8aa1642a5b821d12e7e4d34097f92bcc9c90cabb97200e6a8faa2f0c9a62270f9b4b3ea783a90468e8491b1d5f834b335b4522b524496a19 libexosip2-5.1.0.tar.gz" +sha512sums="cec5931484aa1a5e4a0679cc715da163df9429016ad74841a518c52c2bea6d9038a312b252802607d9a836bd2e598e2f3a4a24a9f63b34a0fb8c737f32329b96 libexosip2-5.1.1.tar.gz" |