python/obspy: Updated for version 1.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2019-03-03 08:56:17 +07:00 committed by Willy Sudiarto Raharjo
parent 859a0dd6da
commit 1e9843d5f9
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=obspy
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="obspy"
VERSION="1.1.0"
VERSION="1.1.1"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.1.0/obspy-1.1.0.tar.gz"
MD5SUM="dd00b8edd5ad6dc3c74cd5656a560fd2"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.1.1/obspy-1.1.1.tar.gz"
MD5SUM="ae7b75055a1de926f80d4818a60a127c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator numpy python-future python-requests scipy matplotlib lxml SQLAlchemy basemap suds-jurko"