ettercap: update to 0.8.1.
This commit is contained in:
parent
b4ce65b0b9
commit
d636f1a4f7
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue