From b6297c9a3eb4e27ed07bbdccab809ac0a414acac Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Nov 2017 18:18:40 +0100 Subject: [PATCH] network/urlwatch: Updated for version 2.7. Signed-off-by: Dimitris Zlatanidis --- network/urlwatch/urlwatch.SlackBuild | 4 ++-- 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 62052a7f1c..f68847872a 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 a8a02e6945..002cc761e4 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"