academic/verilog: Updated for version 0.9.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-03-21 23:37:03 -04:00 committed by Robby Workman
parent f7f1095943
commit 20b18bc424
2 changed files with 7 additions and 7 deletions

View file

@ -3,10 +3,10 @@
#Slackware build script for Icarus Verilog compiler
#Written by Stephen Van Berg stephen_van_berg@earlicker.com.
PRGNAM="verilog"
VERSION=${VERSION:-0.9.1}
PRGNAM=verilog
VERSION=${VERSION:-0.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="verilog"
VERSION="0.9.1"
VERSION="0.9.4"
HOMEPAGE="http://www.icarus.com/eda/verilog/"
DOWNLOAD="ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-0.9.1.tar.gz"
MD5SUM="91e8f40d995bf5ded7b847fcc02a98bf"
DOWNLOAD="ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-0.9.4.tar.gz"
MD5SUM="013f1397338fd984ec711250408e43a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Stephen Van Berg"
EMAIL="stephen_van_berg@earlicker.com"
APPROVED="rworkman"
APPROVED="dsomero"