diff options
Diffstat (limited to 'community/libdaq/PKGBUILD')
-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 488bb5f2d..cc8c4b2be 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 54741 2011-08-24 08:34:27Z lfleischer $ +# $Id: PKGBUILD 56490 2011-10-07 10:32:45Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=libdaq -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' arch=('i686' 'x86_64' 'mips64el') @@ -11,8 +11,8 @@ license=('GPL') depends=('libpcap') makedepends=('ca-certificates') options=('!libtool') -source=('http://www.snort.org/downloads/1098') -md5sums=('54ed07a9e903512260fbc30f902748fd') +source=('http://www.snort.org/downloads/1170') +md5sums=('6ea8aaa6f067f8b8ef6de45b95d55875') build() { cd "${srcdir}/daq-${pkgver}" |