diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2022-03-31 03:24:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:18 +0700 |
commit | e27884b7eda5265f464225a5ecad0570a8f088a9 (patch) | |
tree | 79b290025dc623c4bcb05cdf4de1bdf9c967174a /python/python3-obspy/python3-obspy.SlackBuild | |
parent | 0d9c6586343efa58ad1fea439c52a471adbdbb9b (diff) |
python/python3-obspy: Updated for version 1.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-obspy/python3-obspy.SlackBuild')
-rw-r--r-- | python/python3-obspy/python3-obspy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild index 9c8eb0ef1337..02779ec41011 100644 --- a/python/python3-obspy/python3-obspy.SlackBuild +++ b/python/python3-obspy/python3-obspy.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-obspy SRCNAM=obspy -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |