development/asl: Updated for version 142_bld134.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5965306f51
commit
7d46fbad66
|
@ -7,6 +7,8 @@
|
|||
# Original version had no license. Modified version released under the
|
||||
# WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180615 bkw: update for 142_bld134.
|
||||
|
||||
# 20180103 bkw: update for 142_bld123. Fixes the problem where the
|
||||
# docs were installed to / instead of /usr/doc/$PRGNAM-$VERSION.
|
||||
|
||||
|
@ -22,7 +24,7 @@
|
|||
|
||||
PRGNAM=asl
|
||||
SRCNAM=asl-current
|
||||
VERSION=${VERSION:-142_bld123}
|
||||
VERSION=${VERSION:-142_bld134}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asl"
|
||||
VERSION="142_bld123"
|
||||
VERSION="142_bld134"
|
||||
HOMEPAGE="http://john.ccac.rwth-aachen.de:8000/as/"
|
||||
DOWNLOAD="http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld123.tar.bz2"
|
||||
MD5SUM="a0cc51007914479c24bc45a9bb630bf3"
|
||||
DOWNLOAD="http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld134.tar.bz2"
|
||||
MD5SUM="35d437306f78341cd1d16ba4809fc91c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue