Update ECL

svn path=/nixpkgs/trunk/; revision=19725
This commit is contained in:
Michael Raskin 2010-01-29 06:13:22 +00:00
parent 26ea153e8b
commit 0c13a20803
2 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,9 @@
rec {
version="9.6.2";
name="ecl-9.6.2";
hash="1847ppfrgfpjwc9qlfcvvsfhkarjz339qzh9mb0fwnqfihrbqpfy";
url="http://downloads.sourceforge.net/ecls/files/ecls/9.6.0/ecl-${version}.tar.gz";
advertisedUrl="http://downloads.sourceforge.net/ecls/files/ecls/9.6.0/ecl-9.6.2.tar.gz";
version="9.12.3";
name="ecl-9.12.3";
hash="10p6qncsx8jh3dwfv5l0rbqx1ib7mmvac2dxc6xvj38khkaykwpl";
url="http://downloads.sourceforge.net/ecls/files/ecls/9.12/ecl-${version}.tgz";
advertisedUrl="http://downloads.sourceforge.net/ecls/files/ecls/9.12/ecl-9.12.3.tgz";
}

View file

@ -2,4 +2,5 @@
downloadPage = "http://sourceforge.net/projects/ecls/files/";
baseName = "ecl";
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
sourceRegexp = ".*[.](tar.gz|tgz|tbz2|tar.bz2)";
}