Update ECL
svn path=/nixpkgs/trunk/; revision=19725
This commit is contained in:
parent
26ea153e8b
commit
0c13a20803
@ -1,9 +1,9 @@
|
|||||||
rec {
|
rec {
|
||||||
version="9.6.2";
|
version="9.12.3";
|
||||||
name="ecl-9.6.2";
|
name="ecl-9.12.3";
|
||||||
hash="1847ppfrgfpjwc9qlfcvvsfhkarjz339qzh9mb0fwnqfihrbqpfy";
|
hash="10p6qncsx8jh3dwfv5l0rbqx1ib7mmvac2dxc6xvj38khkaykwpl";
|
||||||
url="http://downloads.sourceforge.net/ecls/files/ecls/9.6.0/ecl-${version}.tar.gz";
|
url="http://downloads.sourceforge.net/ecls/files/ecls/9.12/ecl-${version}.tgz";
|
||||||
advertisedUrl="http://downloads.sourceforge.net/ecls/files/ecls/9.6.0/ecl-9.6.2.tar.gz";
|
advertisedUrl="http://downloads.sourceforge.net/ecls/files/ecls/9.12/ecl-9.12.3.tgz";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
downloadPage = "http://sourceforge.net/projects/ecls/files/";
|
downloadPage = "http://sourceforge.net/projects/ecls/files/";
|
||||||
baseName = "ecl";
|
baseName = "ecl";
|
||||||
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
|
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
|
||||||
|
sourceRegexp = ".*[.](tar.gz|tgz|tbz2|tar.bz2)";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user