diff options
Diffstat (limited to 'community/bird/PKGBUILD')
-rw-r--r-- | community/bird/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 42930aea2..ee83f4efd 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108886 2014-04-06 21:09:47Z seblu $ +# $Id: PKGBUILD 109446 2014-04-14 20:39:09Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=bird pkgname=('bird' 'bird6') -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 arch=('i686' 'x86_64') url='http://bird.network.cz/' @@ -12,7 +12,7 @@ depends=('readline' 'ncurses') source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz" 'bird.service' 'bird6.service') -md5sums=('127c154a5a000fa5658ee1c53c44ab68' +md5sums=('eb7e00b9c1d102ddfcbc19d9cb168511' '69221e063a3f07dcad519d5eeacaae75' '5b172bd052b523efd95ee018e891e181') |