diff options
-rw-r--r-- | academic/pysam/pysam.SlackBuild | 7 | ||||
-rw-r--r-- | academic/pysam/pysam.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/academic/pysam/pysam.SlackBuild b/academic/pysam/pysam.SlackBuild index 17d0db3198..b0b447ac98 100644 --- a/academic/pysam/pysam.SlackBuild +++ b/academic/pysam/pysam.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pysam -VERSION=${VERSION:-0.21.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.22.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/academic/pysam/pysam.info b/academic/pysam/pysam.info index d71c4d96bd..906a3f1331 100644 --- a/academic/pysam/pysam.info +++ b/academic/pysam/pysam.info @@ -1,8 +1,8 @@ PRGNAM="pysam" -VERSION="0.21.0" +VERSION="0.22.1" HOMEPAGE="https://github.com/pysam-developers/pysam" -DOWNLOAD="https://pypi.python.org/packages/source/p/pysam/pysam-0.21.0.tar.gz" -MD5SUM="dca7fb36d2cf69ef887fe05ddd726998" +DOWNLOAD="https://pypi.python.org/packages/source/p/pysam/pysam-0.22.1.tar.gz" +MD5SUM="1ad924c322e8acaa946c2a8ed1366a82" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |