diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-04-21 02:16:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:31 +0700 |
commit | 8f356b0a59af0169e30629e311bef61e042af03b (patch) | |
tree | 89c6a11b9d0333d408ca6c4359bd189595b118bd /academic/biopython/biopython.SlackBuild | |
parent | 2fb19f06242e76f9b89384d76c6a9398ae4bc6e0 (diff) |
academic/biopython: Updated for version 1.81.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/biopython/biopython.SlackBuild')
-rw-r--r-- | academic/biopython/biopython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/biopython/biopython.SlackBuild b/academic/biopython/biopython.SlackBuild index 458c4f38ffec4..d21249dac81df 100644 --- a/academic/biopython/biopython.SlackBuild +++ b/academic/biopython/biopython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for biopython -# Copyright 2019-2022 Petar Petrov slackalaxy@gmail.com +# Copyright 2019-2023 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=biopython -VERSION=${VERSION:-1.79} +VERSION=${VERSION:-1.81} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |