summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/obspy/obspy.SlackBuild2
-rw-r--r--python/obspy/obspy.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/obspy/obspy.SlackBuild b/python/obspy/obspy.SlackBuild
index 1272e37dec..83552cc8f8 100644
--- a/python/obspy/obspy.SlackBuild
+++ b/python/obspy/obspy.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=obspy
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/obspy/obspy.info b/python/obspy/obspy.info
index fe58ae89f0..ffd99f269d 100644
--- a/python/obspy/obspy.info
+++ b/python/obspy/obspy.info
@@ -1,8 +1,8 @@
PRGNAM="obspy"
-VERSION="1.0.3"
+VERSION="1.1.0"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
-DOWNLOAD="https://github.com/obspy/obspy/archive/1.0.3/obspy-1.0.3.tar.gz"
-MD5SUM="33d258c45a48974887d4a7c155259f7a"
+DOWNLOAD="https://github.com/obspy/obspy/archive/1.1.0/obspy-1.1.0.tar.gz"
+MD5SUM="dd00b8edd5ad6dc3c74cd5656a560fd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator numpy python-future python-requests scipy matplotlib lxml SQLAlchemy basemap suds-jurko"