diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-02-01 16:39:23 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-02-01 18:40:02 +1100 |
commit | a472d94c44a3e0bf785585c47b917c18afd960fa (patch) | |
tree | c6933c2c5c1145a253e4d01ba32f85e82ed1b0c6 /ddclient | |
parent | a868b970754285aed5f24b41fc7dc8962d4d0005 (diff) | |
download | contrib-a472d94c44a3e0bf785585c47b917c18afd960fa.tar.gz contrib-a472d94c44a3e0bf785585c47b917c18afd960fa.tar.xz |
ddclient: 3.7.3 -> 3.8.0
Diffstat (limited to 'ddclient')
-rw-r--r-- | ddclient/.md5sum | 2 | ||||
-rw-r--r-- | ddclient/Pkgfile | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ddclient/.md5sum b/ddclient/.md5sum index 74975a794..bdb918f41 100644 --- a/ddclient/.md5sum +++ b/ddclient/.md5sum @@ -1,2 +1,2 @@ -f6a55bc68cf73ffe7e80d2fa5cd44f85 ddclient-3.7.3.tar.bz2 +6cac7a5eb1da781bfd4d98cef0b21f8e ddclient-3.8.0.tar.bz2 310d03015545e0ad988f7bce0638235c ddclient.rc diff --git a/ddclient/Pkgfile b/ddclient/Pkgfile index 65ca86086..6c97d8ef0 100644 --- a/ddclient/Pkgfile +++ b/ddclient/Pkgfile @@ -5,9 +5,9 @@ # Depends on: p5-io-socket-ssl name=ddclient -version=3.7.3 -release=2 -source=(http://dl.sourceforge.net/sourceforge/ddclient/ddclient-$version.tar.bz2 \ +version=3.8.0 +release=1 +source=(http://dl.sourceforge.net/sourceforge/ddclient/ddclient-$version.tar.bz2 ddclient.rc) build() { @@ -18,4 +18,3 @@ build() { install -D -m 0755 ../ddclient.rc $PKG/etc/rc.d/ddclient install -D -m 0600 sample-etc_ddclient.conf $PKG/etc/ddclient.conf } - |