diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:48:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:48:28 +0100 |
commit | bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c (patch) | |
tree | 9c6dfb7e53e94da9234905afc3ed980d26ea62a2 /base | |
parent | 2f3b06d884b0b5d52534964341c2dcb0cde95d62 (diff) | |
download | nutyx-extra-bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c.tar.gz nutyx-extra-bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c.tar.bz2 nutyx-extra-bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c.tar.xz nutyx-extra-bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c.zip |
ed, maj 1.5-1
Diffstat (limited to 'base')
-rw-r--r-- | base/ed/.footprint.i686 | 2 | ||||
-rw-r--r-- | base/ed/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | base/ed/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/ed/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | base/ed/Pkgfile | 5 |
5 files changed, 6 insertions, 7 deletions
diff --git a/base/ed/.footprint.i686 b/base/ed/.footprint.i686 index 934ed6381..dc00fa93d 100644 --- a/base/ed/.footprint.i686 +++ b/base/ed/.footprint.i686 @@ -1,6 +1,6 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/ed -lrwxrwxrwx root/root bin/red -> ed +-rwxr-xr-x root/root bin/red drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ diff --git a/base/ed/.footprint.x86_64 b/base/ed/.footprint.x86_64 index 934ed6381..dc00fa93d 100644 --- a/base/ed/.footprint.x86_64 +++ b/base/ed/.footprint.x86_64 @@ -1,6 +1,6 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/ed -lrwxrwxrwx root/root bin/red -> ed +-rwxr-xr-x root/root bin/red drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ diff --git a/base/ed/.md5sum.i686 b/base/ed/.md5sum.i686 index 55f2ba952..84c2bbcf2 100644 --- a/base/ed/.md5sum.i686 +++ b/base/ed/.md5sum.i686 @@ -1 +1 @@ -80d096dc98fd17a44fb9e3ed3e719ee7 ed-1.0.tar.bz2 +e66c03d7e4c67b025d5b6093ec678267 ed-1.5.tar.gz diff --git a/base/ed/.md5sum.x86_64 b/base/ed/.md5sum.x86_64 index 55f2ba952..84c2bbcf2 100644 --- a/base/ed/.md5sum.x86_64 +++ b/base/ed/.md5sum.x86_64 @@ -1 +1 @@ -80d096dc98fd17a44fb9e3ed3e719ee7 ed-1.0.tar.bz2 +e66c03d7e4c67b025d5b6093ec678267 ed-1.5.tar.gz diff --git a/base/ed/Pkgfile b/base/ed/Pkgfile index 6f4ab13ea..b1867297b 100644 --- a/base/ed/Pkgfile +++ b/base/ed/Pkgfile @@ -2,12 +2,11 @@ # URL: http://www.gnu.org/software/ed/ed.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=ed -version=1.0 +version=1.5 release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version |