network/aMule: Updated for version r11055.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-08-30 13:00:46 +02:00 committed by Robby Workman
parent a8e1115653
commit 9c11e14783
2 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@
# Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmial.com
PRGNAM=aMule
VERSION=${VERSION:-r11003}
VERSION=${VERSION:-r11055}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,62 +55,62 @@ fi
if [ "$CMD" = "yes" ]; then
AMULE_CMD="enable"
else
else
AMULE_CMD="disable"
fi
if [ "$WEBSERVER" = "yes" ]; then
AMULE_WEBSERVER="enable"
else
else
AMULE_WEBSERVER="disable"
fi
if [ "$ALC" = "yes" ]; then
AMULE_ALC="enable"
else
else
AMULE_ALC="disable"
fi
if [ "$ALCC" = "yes" ]; then
AMULE_ALCC="enable"
else
else
AMULE_ALCC="disable"
fi
if [ "$XAS" = "yes" ]; then
AMULE_XAS="enable"
else
else
AMULE_XAS="disable"
fi
if [ "$GEOIP" = "yes" ]; then
AMULE_GEOIP="enable"
else
else
AMULE_GEOIP="disable"
fi
if [ "$MMAP" = "yes" ]; then
AMULE_MMAP="enable"
else
else
AMULE_MMAP="disable"
fi
if [ "$OPTIMIZE" = "yes" ]; then
AMULE_OPTIMIZE="enable"
else
else
AMULE_OPTIMIZE="disable"
fi
if [ "$PLASMAMULE" = "yes" ]; then
AMULE_PLASMAMULE="enable"
else
else
AMULE_PLASMAMULE="disable"
fi
if [ "$GUI" = "yes" ]; then
AMULE_GUI="enable"
else
AMULE_GUI="disable"
AMULE_GUI="enable"
else
AMULE_GUI="disable"
fi

View file

@ -1,8 +1,8 @@
PRGNAM="aMule"
VERSION="r11003"
VERSION="r11055"
HOMEPAGE="http://www.amule.org"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/aMule-r11003.tar.xz"
MD5SUM="83e46e574fc5355da4b531c369211a0a"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/aMule-r11055.tar.xz"
MD5SUM="4d4dbf14b0eb29786ad2bc17c1276aec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cryptopp wxPython"