ddclient: update to 3.9.0.

This commit is contained in:
Rasmus Thomsen 2018-10-05 22:12:33 +00:00 committed by maxice8
parent 88d5129413
commit da74644ada
2 changed files with 11 additions and 7 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ddclient -foreground

View File

@ -1,15 +1,16 @@
# Template file for 'ddclient'
pkgname=ddclient
version=3.8.3
revision=2
noarch="yes"
depends="perl-IO-Socket-SSL"
version=3.9.0
revision=1
noarch=yes
hostmakedepends="unzip"
depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
short_desc="Perl client used to update dynamic DNS"
license="GPL-2"
license="GPL-2.0-or-later"
maintainer="rogi <rogi@skylittlesystem.org>"
homepage="${SOURCEFORGE_SITE}/p/ddclient/wiki/Home/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
checksum=b4bc907eaadb1f30ccef8a11d92a30080ee21338cde89bf76b7d3d20a4499830
do_install() {
vdoc README.cisco
@ -29,4 +30,5 @@ do_install() {
vsconf sample-etc_rc.d_init.d_ddclient.lsb
vsconf sample-etc_rc.d_init.d_ddclient.redhat
vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
vsv ${pkgname}
}