diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 19:58:21 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 19:58:21 -0600 |
commit | ef529192969c51acbbced278dd021c48aa197671 (patch) | |
tree | 5dc7212d1f17f443e66267dad9328adf0d752bf0 /libraries/openbabel/openbabel.SlackBuild | |
parent | 68bf2c08769742db2d83f3e538b03053aa067c12 (diff) |
libraries/openbabel: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/openbabel/openbabel.SlackBuild')
-rw-r--r-- | libraries/openbabel/openbabel.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/openbabel/openbabel.SlackBuild b/libraries/openbabel/openbabel.SlackBuild index 10b9f4d19f76..79a02f627cef 100644 --- a/libraries/openbabel/openbabel.SlackBuild +++ b/libraries/openbabel/openbabel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openbabel -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2013 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ # Thanks to Daniil Bratashov (dn2010@gmail.com) for the cmake conversion PRGNAM=openbabel -VERSION=2.3.0 -BUILD=${BUILD:-2} +VERSION=2.3.1 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |