diff options
author | brobr <sborg63@disroot.org> | 2024-07-27 16:57:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-28 07:34:07 +0700 |
commit | eb4b9071e646d182d178a1bb1f29daf77085a0f3 (patch) | |
tree | 9fc14a1a571c2dced836b53472bf423d4ef530f1 /academic | |
parent | 43d7f488fe9a11ea458a074b2ec38b37b7345338 (diff) |
academic/pysam: Upgrade to version 0.22.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-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 17d0db3198a0..b0b447ac98ff 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 d71c4d96bde8..906a3f133147 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="" |