ettercap: update to 0.8.1.

This commit is contained in:
Juan RP 2014-10-17 08:33:12 +02:00
parent b4ce65b0b9
commit d636f1a4f7
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ettercap'
pkgname=ettercap
version=0.8.0
revision=3
version=0.8.1
revision=1
lib32disabled=yes
build_style=cmake
configure_args="-DENABLE_GTK=OFF"
@ -13,6 +13,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://ettercap.github.com/ettercap/"
LDFLAGS="-ldl"
do_fetch() {
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}
}