network/newsbeuter: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c357f39a0e
commit
2812808bbf
|
@ -1,5 +1,5 @@
|
|||
Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
|
||||
Newsbeuter's configurability and features make it a good choice for
|
||||
users that want a fast feed reader controlled by the keyboard.
|
||||
Newsbeuter can sync with TinyTinyRSS and can download podcasts
|
||||
Newsbeuter's configurability and features make it a good choice for users that
|
||||
want a fast feed reader controlled by the keyboard. Newsbeuter can sync with
|
||||
TinyTinyRSS and other online feed readers. It can also download podcasts
|
||||
distributed through RSS feeds.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Released under the WTFPL
|
||||
|
||||
PRGNAM=newsbeuter
|
||||
VERSION=${VERSION:-2.7}
|
||||
VERSION=${VERSION:-2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="newsbeuter"
|
||||
VERSION="2.7"
|
||||
VERSION="2.8"
|
||||
HOMEPAGE="http://www.newsbeuter.org/"
|
||||
DOWNLOAD="http://www.newsbeuter.org/downloads/newsbeuter-2.7.tar.gz"
|
||||
MD5SUM="cc8d43e8957875608d3b77679f437af6"
|
||||
DOWNLOAD="http://www.newsbeuter.org/downloads/newsbeuter-2.8.tar.gz"
|
||||
MD5SUM="5d8f1a5eed700beccfeb512ae003613d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="json-c stfl"
|
||||
|
|
Loading…
Reference in New Issue