mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/ddclient: Fixed dep information
This commit is contained in:
parent
c89240f557
commit
134da1d606
2 changed files with 1 additions and 3 deletions
|
@ -7,5 +7,3 @@ Supported features include: operating as a daemon, manual and automatic
|
||||||
updates, static and dynamic updates, optimized updates for multiple
|
updates, static and dynamic updates, optimized updates for multiple
|
||||||
addresses, MX, wildcards, abuse avoidance, retrying failed updates, and
|
addresses, MX, wildcards, abuse avoidance, retrying failed updates, and
|
||||||
sending update status to syslog and through e-mail.
|
sending update status to syslog and through e-mail.
|
||||||
|
|
||||||
This requires perl-IO-Socket-SSL to run.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/ddclient/ddclient-3.8.1.tar.bz2"
|
||||||
MD5SUM="7fa417bc65f8f0e6ce78418a4f631988"
|
MD5SUM="7fa417bc65f8f0e6ce78418a4f631988"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="abuse perl-IO-Socket-SSL"
|
REQUIRES="perl-IO-Socket-SSL"
|
||||||
MAINTAINER="Niels Horn"
|
MAINTAINER="Niels Horn"
|
||||||
EMAIL="niels.horn@gmail.com"
|
EMAIL="niels.horn@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue