# HG changeset patch # User Hans-Günter Theisgen # Date 1549783682 -3600 # Node ID 9d63aadd992abb674c7f9d6e6428c7f952353483 # Parent 9e6d9bc46ef3978fdfe192bfed94c3796d85e1e4 updated balance (3.42 -> 3.57) diff -r 9e6d9bc46ef3 -r 9d63aadd992a balance/receipt --- a/balance/receipt Sat Feb 09 17:47:13 2019 +0100 +++ b/balance/receipt Sun Feb 10 08:28:02 2019 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="balance" -VERSION="3.42" +VERSION="3.57" CATEGORY="system-tools" +TAGS="web internet load-balancing proxy tcp ipv6" SHORT_DESC="Generic tcp proxy with round robin load balancing and failover." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.inlab.de/balance.html" +WEB_SITE="https://www.inlab.net/balance/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.inlab.de/$TARBALL" -TAGS="web internet load-balancing proxy tcp ipv6" +WGET_URL="https://www.inlab.net/wp-content/uploads/2018/05/$TARBALL" # Rules to configure and make the package. compile_rules()