summaryrefslogtreecommitdiff
path: root/core/libnl
diff options
context:
space:
mode:
Diffstat (limited to 'core/libnl')
-rw-r--r--core/libnl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD
index f31c0e142..8ab0ec9dc 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' 'mips64el')
@@ -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"