pen: update to 0.20.0.
This commit is contained in:
parent
27648dad15
commit
f3e022cf8a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pen'
|
||||
pkgname=pen
|
||||
version=0.18.0
|
||||
version=0.20.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-docdir=/usr/share/doc/pen"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://siag.nu/pen"
|
||||
distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz"
|
||||
checksum=48ab2a2ca3f564cb610a10d2d5252ecf8723ed8392bac5d1fba208946c3665fa
|
||||
checksum=c6d5c96c8a2bd1a4abfe64b7f93fd78239e4c946b452e8fa60b61bef6635c7ed
|
||||
long_desc="
|
||||
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
|
||||
|
@ -19,6 +19,6 @@ long_desc="
|
|||
|
||||
pen_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue