diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2021-05-18 16:04:24 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:40:07 +0700 |
commit | dc12beb5b82264cd68609cc828691b946ceed6f2 (patch) | |
tree | 999e77a2cdfdb2ef52d5f0a6a6809b8242a2d10a /academic/cap3 | |
parent | e4835605fb1b207e7d6dec6ae3fb3b683b2dad3c (diff) |
academic/cap3: use x84_64 not opteron64 binary
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cap3')
-rw-r--r-- | academic/cap3/cap3.SlackBuild | 6 | ||||
-rw-r--r-- | academic/cap3/cap3.info | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/cap3/cap3.SlackBuild b/academic/cap3/cap3.SlackBuild index 12ee761b1ebe6..8e8bb63c673da 100644 --- a/academic/cap3/cap3.SlackBuild +++ b/academic/cap3/cap3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cap3 -# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=cap3 VERSION=${VERSION:-20091029} # Use the last modification date as version -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -49,7 +49,7 @@ fi # Determine the tarball arch if [ "$ARCH" = "x86_64" ]; then - SRCARCH=".opteron64" + SRCARCH=".x86_64" else SRCARCH="" fi diff --git a/academic/cap3/cap3.info b/academic/cap3/cap3.info index d72fab6233a28..0ac9937cbec4a 100644 --- a/academic/cap3/cap3.info +++ b/academic/cap3/cap3.info @@ -3,8 +3,8 @@ VERSION="20091029" HOMEPAGE="http://seq.cs.iastate.edu/" DOWNLOAD="http://seq.cs.iastate.edu/CAP3/cap3.linux.tar" MD5SUM="55f57f61e588d4de06c0506cf2696c29" -DOWNLOAD_x86_64="http://seq.cs.iastate.edu/CAP3/cap3.linux.opteron64.tar" -MD5SUM_x86_64="2d924766f6e8b5cf03bd2db81016d821" +DOWNLOAD_x86_64="http://seq.cs.iastate.edu/CAP3/cap3.linux.x86_64.tar" +MD5SUM_x86_64="5393d937978ecc5f18fcb741140e1f02" REQUIRES="" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com" |