pen: update to 0.20.0.

This commit is contained in:
Juan RP 2013-11-23 07:10:09 +01:00
parent 27648dad15
commit f3e022cf8a

View file

@ -1,6 +1,6 @@
# Template file for 'pen' # Template file for 'pen'
pkgname=pen pkgname=pen
version=0.18.0 version=0.20.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-docdir=/usr/share/doc/pen" configure_args="--with-docdir=/usr/share/doc/pen"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://siag.nu/pen" homepage="http://siag.nu/pen"
distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz" distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz"
checksum=48ab2a2ca3f564cb610a10d2d5252ecf8723ed8392bac5d1fba208946c3665fa checksum=c6d5c96c8a2bd1a4abfe64b7f93fd78239e4c946b452e8fa60b61bef6635c7ed
long_desc=" long_desc="
This is pen, a load balancer for simple tcp based protocols such as This is pen, a load balancer for simple tcp based protocols such as
http or smtp. It allows several servers to appear as one to the http or smtp. It allows several servers to appear as one to the
@ -19,6 +19,6 @@ long_desc="
pen_package() { pen_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }