summaryrefslogtreecommitdiffstats
path: root/news/snownews/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'news/snownews/DETAILS')
-rwxr-xr-xnews/snownews/DETAILS17
1 files changed, 10 insertions, 7 deletions
diff --git a/news/snownews/DETAILS b/news/snownews/DETAILS
index 31a439beaf..72d317a703 100755
--- a/news/snownews/DETAILS
+++ b/news/snownews/DETAILS
@@ -1,13 +1,13 @@
SPELL=snownews
- VERSION=1.5.7
+ VERSION=1.5.11
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sign
+ SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://kiza.kcore.de/software/snownews/download/$SOURCE
- SOURCE2_URL=${SOURCE_URL}.sign
+ SOURCE2_URL=${SOURCE_URL}.asc
SOURCE2_IGNORE=signature
WEB_SITE=http://kiza.kcore.de/software/snownews/
- SOURCE_GPG="snownews.gpg:${SOURCE}.sign"
+ SOURCE_GPG="snownews.gpg:${SOURCE2}:UPSTREAM_KEY"
ENTERED=20060119
LICENSE[0]=GPL
KEYWORDS="client rss news"
@@ -21,10 +21,13 @@ XML parsing. ncurses must be at least version 5.0. It should work with any
version of libxml2. Features
* Runs on Linux,
- *BSD, OS X (Darwin), Solaris and probably many more Unices. Yes, even works under Cygwin.
+ *BSD, OS X (Darwin), Solaris and probably many more Unices. Yes, even
+ works under Cygwin.
* Fast and very resource friendly.
- * Builtin HTTP client will follow server redirects and update feed URLs that point to permanent redirects (301) automatically.
- * Snownews understands "Not-Modified" (304) server replies and handles gzip compression.
+ * Builtin HTTP client will follow server redirects and update feed URLs
+ that point to permanent redirects (301) automatically.
+ * Snownews understands "Not-Modified" (304) server replies and handles
+ gzip compression.
* Local cache for minimal network traffic.
* HTTP proxy support.
* HTTP authentication support (basic and digest methods).