diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
commit | 742bd5a396f7a4c474e8ffec0686fc7312603cb8 (patch) | |
tree | 4279eed1d5d5c40895c7dcf0025ee62ea81144c1 /community/opensips/PKGBUILD | |
parent | a51b3c4acfc8b2f659ad0dc6ac655b1381bef757 (diff) | |
parent | 1f9776d421ac40faa59f797893033e99e4f919eb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gsynaptics/PKGBUILD
community/xmms2/PKGBUILD
extra/gpsd/PKGBUILD
Diffstat (limited to 'community/opensips/PKGBUILD')
-rw-r--r-- | community/opensips/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD index 5ca813cac..adcd0fd97 100644 --- a/community/opensips/PKGBUILD +++ b/community/opensips/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87012 2013-03-25 19:16:53Z bpiotrowski $ +# $Id: PKGBUILD 88548 2013-04-19 16:08:52Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=opensips -pkgver=1.8.1 -pkgrel=5 +pkgver=1.9.0 +pkgrel=1 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..." url="http://www.opensips.org" depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2') @@ -26,7 +26,7 @@ options=('!emptydirs' 'zipman' '!makeflags' 'docs') source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz opensips.init opensips.service) -md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77' +md5sums=('2d989e49c9f5f6bd6d0910937fd49802' '685fbe00826df1285b410d4610dcbb0c' '7b786d758fe3174af34e2ced44b549e7') |