diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-20 04:04:36 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-20 04:04:36 +0000 |
commit | 7e108c74958ec076a3734822f61f145d0d69547f (patch) | |
tree | 5af7d8df8a09ee699544a24ce149876c1cdee06e /community/radvd | |
parent | 8640bbf496b9d8a232da91e1db43466797f86861 (diff) |
Thu Mar 20 04:00:11 UTC 2014
Diffstat (limited to 'community/radvd')
-rw-r--r-- | community/radvd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD index ec5ac658b..8db014feb 100644 --- a/community/radvd/PKGBUILD +++ b/community/radvd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106348 2014-02-28 21:36:16Z seblu $ +# $Id: PKGBUILD 107802 2014-03-19 19:39:48Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Mark Smith <markzzzsmith@yahoo.com.au> pkgname=radvd -pkgver=1.9.9 +pkgver=1.10.0 pkgrel=1 pkgdesc='IPv6 Router Advertisement Daemon' url='http://www.litech.org/radvd/' @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') backup=('etc/radvd.conf') source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc} "$pkgname.service") -sha1sums=('373f7b1b6b2c6efbf8dc253f90b466703526d9b4' +sha1sums=('b691a2c36863405191010e6275740e5c1a48705d' 'SKIP' '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc') build() { |