diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2019-03-03 08:56:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:12 +0700 |
commit | 1e9843d5f937d014d3c60c8a079d7e9239bf0d84 (patch) | |
tree | 6ed6591d11b915cde8633eca0d02982e52e4ab6d | |
parent | 859a0dd6da2062fb6feaa4ec401584ad515ee931 (diff) | |
download | slackbuilds-1e9843d5f937d014d3c60c8a079d7e9239bf0d84.tar.gz |
python/obspy: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/obspy/obspy.SlackBuild | 2 | ||||
-rw-r--r-- | python/obspy/obspy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/obspy/obspy.SlackBuild b/python/obspy/obspy.SlackBuild index 83552cc8f8..2699bf640e 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.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/obspy/obspy.info b/python/obspy/obspy.info index ffd99f269d..46131183fd 100644 --- a/python/obspy/obspy.info +++ b/python/obspy/obspy.info @@ -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" |