diff options
Diffstat (limited to 'community/libdaq')
-rw-r--r-- | community/libdaq/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD index 18b13b38b..6582c81b1 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 35748 2010-12-22 10:30:44Z lfleischer $ +# $Id: PKGBUILD 54741 2011-08-24 08:34:27Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=libdaq -pkgver=0.5 +pkgver=0.6.1 pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('GPL') depends=('libpcap') makedepends=('ca-certificates') options=('!libtool') -source=('http://www.snort.org/downloads/630') -md5sums=('ea9d8147f39c44ce00dd2d7eb19ce0ea') +source=('http://www.snort.org/downloads/1098') +md5sums=('54ed07a9e903512260fbc30f902748fd') build() { cd "${srcdir}/daq-${pkgver}" |