diff options
Diffstat (limited to 'community/bird/PKGBUILD')
-rw-r--r-- | community/bird/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 364c7186a..e1c4b66ca 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90843 2013-05-14 17:50:10Z seblu $ +# $Id: PKGBUILD 94704 2013-07-29 09:56:29Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=bird pkgname=('bird' 'bird6') -pkgver=1.3.10 -pkgrel=4 +pkgver=1.3.11 +pkgrel=1 arch=('i686' 'x86_64') url='http://bird.network.cz/' license=('GPL2') @@ -12,7 +12,7 @@ depends=('readline' 'ncurses') source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz" 'bird.service' 'bird6.service') -md5sums=('553c331b32bca9e926519cb2f67d68be' +md5sums=('8ad2eb997fb8251bc5b24cf32619571b' '01360e3b71ff2ed2223e87a3176e0659' 'b895b473cbc98cfd54751f737536eb1e') |