diff options
-rw-r--r-- | libraries/openbabel/openbabel.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/openbabel/openbabel.info | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/libraries/openbabel/openbabel.info b/libraries/openbabel/openbabel.info index bfe1e5bacd64..a456bc2832f7 100644 --- a/libraries/openbabel/openbabel.info +++ b/libraries/openbabel/openbabel.info @@ -1,8 +1,8 @@ PRGNAM="openbabel" -VERSION="2.3.0" +VERSION="2.3.1" HOMEPAGE="http://openbabel.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/openbabel/openbabel-2.3.0.tar.gz" -MD5SUM="effda01ed4a31d18d8e3d08191799608" +DOWNLOAD="http://downloads.sourceforge.net/openbabel/openbabel-2.3.1.tar.gz" +MD5SUM="1f029b0add12a3b55582dc2c832b04f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |