mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/urlwatch: Updated for version 2.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
015b0946de
commit
2d5625f5d6
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for urlwatch
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 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.7}
|
||||
VERSION=${VERSION:-2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="urlwatch"
|
||||
VERSION="2.7"
|
||||
VERSION="2.8"
|
||||
HOMEPAGE="https://thp.io/2008/urlwatch/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/50/9f/0311a0aa74d82001d1fa470cfa472fd75881475257e7765e86007a7d10aa/urlwatch-2.7.tar.gz"
|
||||
MD5SUM="1380be3896c16e559836e5b896479c08"
|
||||
DOWNLOAD="https://pypi.python.org/packages/10/49/062c7a7d97a33c095e857a260f7dd0f1946362804f7b651586b4d0d75b43/urlwatch-2.8.tar.gz"
|
||||
MD5SUM="4bc0580f4142ffb5c8a2ca7eae2813af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 python3-PyYAML minidb python-requests python-keyring python3-appdirs"
|
||||
REQUIRES="python3-PyYAML minidb python-requests python-keyring python3-appdirs pycodestyle"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue