summaryrefslogtreecommitdiffstats
path: root/network/newsboat
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-06-24 18:17:11 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-30 07:00:09 +0700
commitbb07cf97ff4b7c38988428de1afcfd81fa6b4975 (patch)
tree14dd1bc46402aa92d7730115a9a5490e8b47204b /network/newsboat
parent4df4cce5b714568b4f7b0c3f87acbec1a87fa791 (diff)
downloadslackbuilds-bb07cf97ff4b7c38988428de1afcfd81fa6b4975.tar.gz
slackbuilds-bb07cf97ff4b7c38988428de1afcfd81fa6b4975.tar.xz
network/newsboat: Updated for version 2.12.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/newsboat')
-rw-r--r--network/newsboat/newsboat.SlackBuild8
-rw-r--r--network/newsboat/newsboat.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/network/newsboat/newsboat.SlackBuild b/network/newsboat/newsboat.SlackBuild
index 8aad86199d..5180f79293 100644
--- a/network/newsboat/newsboat.SlackBuild
+++ b/network/newsboat/newsboat.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for newsboat
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=newsboat
-VERSION=${VERSION:-2.11.1}
+VERSION=${VERSION:-2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,8 +79,8 @@ make install \
mandir=/usr/man \
DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object"| grep ELF | \
- cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
diff --git a/network/newsboat/newsboat.info b/network/newsboat/newsboat.info
index 1d9400b4da..fcd14fc1dc 100644
--- a/network/newsboat/newsboat.info
+++ b/network/newsboat/newsboat.info
@@ -1,8 +1,8 @@
PRGNAM="newsboat"
-VERSION="2.11.1"
+VERSION="2.12"
HOMEPAGE="https://www.newsboat.org/"
-DOWNLOAD="https://newsboat.org/releases/2.11.1/newsboat-2.11.1.tar.xz"
-MD5SUM="bb388dfad9dee34a3b5a593f55adacb2"
+DOWNLOAD="https://newsboat.org/releases/2.12/newsboat-2.12.tar.xz"
+MD5SUM="8c3b019861a9ad30c85ca49b29d183fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="stfl"