mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
network/urlwatch: Updated for version 2.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
72bc29b4fd
commit
b6297c9a3e
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue