ecl: 15.3.7 -> 16.0.0; homepage is at common-lisp.net now

This commit is contained in:
Michael Raskin 2016-02-04 19:31:53 +01:00
parent 4f3a6d8ee2
commit 624006fcf5
2 changed files with 6 additions and 8 deletions

View File

@ -7,11 +7,11 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="ecl"; baseName="ecl";
version="15.3.7"; version="16.0.0";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="13wlxkd5prm93gcm2dhm7v52fl803yx93aa97lrb39z0y6xzziid"; hash="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
url="mirror://sourceforge/project/ecls/ecls/15.3/ecl-15.3.7.tgz"; url="https://common-lisp.net/project/ecl/files/ecl-16.0.0.tgz";
sha256="13wlxkd5prm93gcm2dhm7v52fl803yx93aa97lrb39z0y6xzziid"; sha256="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
}; };
buildInputs = [ buildInputs = [
libtool autoconf automake libtool autoconf automake

View File

@ -1,4 +1,2 @@
url http://sourceforge.net/projects/ecls/files/ecls/ url https://common-lisp.net/project/ecl/
SF_version_dir version_link '[.]tgz$'
version_link '[.]tgz/download$'
SF_redirect