mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/asymptote: Updated for version 2.70, added the dep glm.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ab0facba41
commit
da166833fa
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asymptote
|
||||
VERSION=${VERSION:-2.44}
|
||||
VERSION=${VERSION:-2.70}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="asymptote"
|
||||
VERSION="2.44"
|
||||
VERSION="2.70"
|
||||
HOMEPAGE="http://asymptote.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/sourceforge/asymptote/asymptote-2.44.src.tgz"
|
||||
MD5SUM="98cd8858841e6e833039b85e0b814257"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.70.src.tgz"
|
||||
MD5SUM="b57e685568a7cca69024a86c7276eb6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="texlive"
|
||||
REQUIRES="glm texlive"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds[at]schoepfer[dot]info"
|
||||
|
|
Loading…
Reference in a new issue