mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/PyMOL: Updated for version 1.8.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0b431da632
commit
aa107657a7
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for PyMOL
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=PyMOL
|
||||
SRCNAM=$(echo ${PRGNAM,,}-v)
|
||||
VERSION=${VERSION:-1.7.6.0}
|
||||
VERSION=${VERSION:-1.8.0.0}
|
||||
SRCDIR=$(echo $SRCNAM | cut -c1-5)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="PyMOL"
|
||||
VERSION="1.7.6.0"
|
||||
VERSION="1.8.0.0"
|
||||
HOMEPAGE="http://pymol.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v1.7.6.0.tar.bz2"
|
||||
MD5SUM="ec06f784fbb31ab276bb2960c25dc865"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.8/pymol-v1.8.0.0.tar.bz2"
|
||||
MD5SUM="59d6e74377427aab5c5a5b7c9d53a4e9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-pmw"
|
||||
|
|
Loading…
Reference in a new issue