aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-22 01:14:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-22 01:23:01 +0100
commit73785f5456576a862f24518ebcaf21527ae85fbf (patch)
tree1e0f7bd09d5ad40a1499977f2c14e136640d1c63
parent12de7c9ded2c79e19116fdeee04c6564ed8c12ac (diff)
downloadalpine_aports-73785f5456576a862f24518ebcaf21527ae85fbf.tar.bz2
alpine_aports-73785f5456576a862f24518ebcaf21527ae85fbf.tar.xz
alpine_aports-73785f5456576a862f24518ebcaf21527ae85fbf.zip
testing/libosip2: upgrade to 5.1.1
-rw-r--r--testing/libosip2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libosip2/APKBUILD b/testing/libosip2/APKBUILD
index a43fe9685c..6d9a34253d 100644
--- a/testing/libosip2/APKBUILD
+++ b/testing/libosip2/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: David Sugar <tychosoft@gmail.com> 1# Maintainer: David Sugar <tychosoft@gmail.com>
2# Contributor: David Sugar <tychosoft@gmail.com> 2# Contributor: David Sugar <tychosoft@gmail.com>
3pkgname=libosip2 3pkgname=libosip2
4pkgver=5.1.0 4pkgver=5.1.1
5pkgrel=0 5pkgrel=0
6pkgdesc="oSIP is an implementation of SIP" 6pkgdesc="oSIP is an implementation of SIP"
7url="https://www.gnu.org/software/osip/" 7url="https://www.gnu.org/software/osip/"
@@ -28,4 +28,4 @@ package() {
28 make DESTDIR="$pkgdir" install 28 make DESTDIR="$pkgdir" install
29} 29}
30 30
31sha512sums="391c9a0ea399f789d7061b0216d327eecba5bbf0429659f4f167604b9e703e1678ba6f58079aa4f84b3636a937064ecfb92e985368164fcb679e95654e43d65b libosip2-5.1.0.tar.gz" 31sha512sums="485a385b67ff422878bb45ae16936a5ef4cfbff3c7db618a3ff57b942bae6d269c108fa58d58caf5be1123155fb946595e10aba5cf261ec656168444fddf840a libosip2-5.1.1.tar.gz"