diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-02 20:40:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-02 20:40:58 +0100 |
commit | 61b2bf71cb134e34c3a9067eb73e498639e6189e (patch) | |
tree | 4a489774a9563a5cc5e058c81e7d6400bef30332 | |
parent | 2fc2f7a9416465331e4f01cca066f66dfd94a048 (diff) | |
download | nutyx-pakxe-61b2bf71cb134e34c3a9067eb73e498639e6189e.tar.gz nutyx-pakxe-61b2bf71cb134e34c3a9067eb73e498639e6189e.tar.bz2 nutyx-pakxe-61b2bf71cb134e34c3a9067eb73e498639e6189e.tar.xz nutyx-pakxe-61b2bf71cb134e34c3a9067eb73e498639e6189e.zip |
expat, maj de la source
-rwxr-xr-x | base/expat/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/expat/Pkgfile b/base/expat/Pkgfile index 8f2123924..ed9a0f841 100755 --- a/base/expat/Pkgfile +++ b/base/expat/Pkgfile @@ -7,8 +7,7 @@ name=expat version=2.0.1 release=1 -source=( http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) - +source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) build() { cd $name-$version |