diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-03 03:33:25 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-03 03:33:25 +0000 |
commit | 86953d17fbdfc3b8b89878f1ec5f911568657761 (patch) | |
tree | d834021be55372f5c1856313c775edffc414d3d3 /community/bird/PKGBUILD | |
parent | c667b77b6719baf541fff1a3e0a855d1ca7c6433 (diff) |
Thu Apr 3 03:29:12 UTC 2014
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 2d41ca639..cc71fcc31 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 101733 2013-11-30 16:20:26Z seblu $ +# $Id: PKGBUILD 108743 2014-04-02 14:30:24Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=bird pkgname=('bird' 'bird6') -pkgver=1.4.0 +pkgver=1.4.1 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=('4e5a47308335b1b0bf4691cac6c4174f' +md5sums=('7bd6df9674e4003cfffd3343f14ee775' '69221e063a3f07dcad519d5eeacaae75' '5b172bd052b523efd95ee018e891e181') |