diff options
author | root <root@rshg054.dnsready.net> | 2012-05-19 00:02:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-19 00:02:33 +0000 |
commit | 5d334c7470b5851fbacd4545c8ee0ea676a21ccc (patch) | |
tree | 9fd6a98989a409178f5db098aaf2ffa8a646dd48 /core/libnl/PKGBUILD | |
parent | 2f104ecf78d6a93ba8d67273b76364cb1365a6cf (diff) |
Sat May 19 00:02:33 UTC 2012
Diffstat (limited to 'core/libnl/PKGBUILD')
-rw-r--r-- | core/libnl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD index 7893a115f..6c9211830 100644 --- a/core/libnl/PKGBUILD +++ b/core/libnl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150892 2012-02-23 13:54:02Z allan $ +# $Id: PKGBUILD 159173 2012-05-17 10:12:14Z thomas $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libnl -pkgver=3.2.7 +pkgver=3.2.9 pkgrel=1 pkgdesc="Library for applications dealing with netlink sockets" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(glibc) backup=(etc/libnl/classid etc/libnl/pktloc) options=(!libtool) source=("$url/files/$pkgname-$pkgver.tar.gz") -md5sums=('6a233a9dffa0ee3a7f6110c95c5410ab') +sha256sums=('9f23e9460bd9bb7fbe09af5eb281e4a43a26fa245ea864ed5e28fe4e8118af63') build() { cd "$srcdir/$pkgname-$pkgver" |