python/obspy: Updated for version 1.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2017-03-02 22:52:02 +07:00 committed by Willy Sudiarto Raharjo
parent 0d1cd5c42d
commit b536f66ef4
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.0.2}
VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="obspy"
VERSION="1.0.2"
VERSION="1.0.3"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.0.2/obspy-1.0.2.tar.gz"
MD5SUM="318cd092b856578d5062dd00779f377a"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.0.3/obspy-1.0.3.tar.gz"
MD5SUM="33d258c45a48974887d4a7c155259f7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator numpy python-future python-requests scipy matplotlib lxml SQLAlchemy basemap suds-jurko"