diff options
Diffstat (limited to 'ntp')
-rw-r--r-- | ntp/.md5sum | 2 | ||||
-rw-r--r-- | ntp/Pkgfile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ntp/.md5sum b/ntp/.md5sum index f92fcdb4a..0ba8fed07 100644 --- a/ntp/.md5sum +++ b/ntp/.md5sum @@ -1,4 +1,4 @@ -0f8fabe87cf54f409b57c6283f0c0c3d ntp-4.2.0.tar.gz 5ccc9dfbc864411bbe52e7582075e9a7 ntp-doc.tar.gz +49d4a704b49dc1ef2a7ec0b7938c3ae1 ntp-stable-4.2.0a-20060224.tar.gz de14b18b5f2be841a9c3434012c19f6c ntp.conf 2aaeeae50b860296490b03dc5fbe1736 ntpd diff --git a/ntp/Pkgfile b/ntp/Pkgfile index d06f0138b..3b7a16b9b 100644 --- a/ntp/Pkgfile +++ b/ntp/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=ntp -version=4.2.0 -release=4 -source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-$version.tar.gz \ +version=4.2.0a +release=1 +source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/snapshots/ntp-stable/2006/02/ntp-stable-4.2.0a-20060224.tar.gz \ http://www.danm.de/files/src/ntp/doc/ntp-doc.tar.gz \ ntpd \ ntp.conf) @@ -19,7 +19,7 @@ build () { $PKG/var/lib/ntp/stats \ $PKG/usr/man/{man8,man5} - cd $name-$version + cd ntp-stable-4.2.0a-20060224 AUTOCONF=true \ AUTOMAKE=true \ |