diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-11 20:47:56 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-15 07:09:48 +0700 |
commit | abcafecd86a7896237952d709f2f86f949b7053d (patch) | |
tree | 517f5b21b9ddf709260a255042d350e3bb5aac92 /graphics/PyMOL | |
parent | db71921528fe2eca1e60e956b93b686b36b7d4fe (diff) | |
download | slackbuilds-abcafecd86a7896237952d709f2f86f949b7053d.tar.gz |
graphics/PyMOL: Updated for version 1.8.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'graphics/PyMOL')
-rw-r--r-- | graphics/PyMOL/PyMOL.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/PyMOL/PyMOL.info | 6 | ||||
-rw-r--r-- | graphics/PyMOL/README | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/PyMOL/PyMOL.SlackBuild b/graphics/PyMOL/PyMOL.SlackBuild index 1cd024128a..bd5a1284d4 100644 --- a/graphics/PyMOL/PyMOL.SlackBuild +++ b/graphics/PyMOL/PyMOL.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=PyMOL SRCNAM=$(echo ${PRGNAM,,}-v) -VERSION=${VERSION:-1.8.2.1} +VERSION=${VERSION:-1.8.4.0} SRCDIR=$(echo $SRCNAM | cut -c1-5) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/PyMOL/PyMOL.info b/graphics/PyMOL/PyMOL.info index b312c14c24..771f1b843a 100644 --- a/graphics/PyMOL/PyMOL.info +++ b/graphics/PyMOL/PyMOL.info @@ -1,8 +1,8 @@ PRGNAM="PyMOL" -VERSION="1.8.2.1" +VERSION="1.8.4.0" HOMEPAGE="http://pymol.org" -DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.8/pymol-v1.8.2.1.tar.bz2" -MD5SUM="7b6b61f8b314a9ad204f9df6212bf505" +DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.8/pymol-v1.8.4.0.tar.bz2" +MD5SUM="85451c40abc0a359a5ed91abd363b2c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-pmw" diff --git a/graphics/PyMOL/README b/graphics/PyMOL/README index 66e4bec47c..e58cb9f3ae 100644 --- a/graphics/PyMOL/README +++ b/graphics/PyMOL/README @@ -1,6 +1,6 @@ PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and -trajectories. It also includes molecular editing, ray tracing, and +trajectories. It also includes molecular editing, ray tracing, and movies. Optional dependency: numpy |