dillo: update to 2.2

This commit is contained in:
Juergen Daubert 2010-02-14 11:37:47 +01:00
parent 529992721b
commit 2800098f18
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
93f674f2a42d90a1cdb88a6972325954 dillo-2.1.1.tar.bz2
f8bcd62093f178bed81e46cc54e73f42 dillo-2.2.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: fltk2
name=dillo
version=2.1.1
version=2.2
release=1
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
@ -15,4 +15,5 @@ build () {
--enable-ipv6
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}