diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-11 18:18:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:40 +0700 |
commit | b6297c9a3eb4e27ed07bbdccab809ac0a414acac (patch) | |
tree | 9baaf96ad400f4cd2ce7c827f39d7659166d773b /network/urlwatch | |
parent | 72bc29b4fd5fadd7ea2d375ebbd7c820f5d14922 (diff) |
network/urlwatch: Updated for version 2.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/urlwatch')
-rw-r--r-- | network/urlwatch/urlwatch.SlackBuild | 4 | ||||
-rw-r--r-- | network/urlwatch/urlwatch.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/urlwatch/urlwatch.SlackBuild b/network/urlwatch/urlwatch.SlackBuild index 62052a7f1c59..f68847872ab4 100644 --- a/network/urlwatch/urlwatch.SlackBuild +++ b/network/urlwatch/urlwatch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for urlwatch -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=urlwatch -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/urlwatch/urlwatch.info b/network/urlwatch/urlwatch.info index a8a02e694578..002cc761e45d 100644 --- a/network/urlwatch/urlwatch.info +++ b/network/urlwatch/urlwatch.info @@ -1,10 +1,10 @@ PRGNAM="urlwatch" -VERSION="2.6" +VERSION="2.7" HOMEPAGE="https://thp.io/2008/urlwatch/" -DOWNLOAD="https://pypi.python.org/packages/29/1e/d27a02a5a432888792e22d7d5d6a923cdef0dcb9638fc3749be0caee2c24/urlwatch-2.6.tar.gz" +DOWNLOAD="https://pypi.python.org/packages/50/9f/0311a0aa74d82001d1fa470cfa472fd75881475257e7765e86007a7d10aa/urlwatch-2.7.tar.gz" MD5SUM="198d6f25b182a08ed4cd0197e41fc5cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python3-PyYAML minidb python-requests python-keyring" +REQUIRES="python3 python3-PyYAML minidb python-requests python-keyring python3-appdirs" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |