diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-30 03:31:22 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-30 03:31:22 +0000 |
commit | ffb384c05abcdb9c7a7d9df8407b8efc8caa78de (patch) | |
tree | b9677566d16558fce9a6fceec426713a4729fdb0 /community/radvd | |
parent | 58beaea4e8efc53ea238eedf446ec5d8c1cd5fdb (diff) |
Mon Jun 30 03:27: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 84e57dd83..e840d35ae 100644 --- a/community/radvd/PKGBUILD +++ b/community/radvd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 113284 2014-06-17 08:07:42Z seblu $ +# $Id: PKGBUILD 113729 2014-06-28 23:40:59Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Mark Smith <markzzzsmith@yahoo.com.au> pkgname=radvd -pkgver=1.13 +pkgver=1.14 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=('75c3a267fb6ffd4b45a9984c6e38c240a3239f5e' +sha1sums=('f2edd0d52490adeca643ba5e9aae5e190f8ea066' 'SKIP' '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc') build() { |