network/sfeed: Updated for version 1.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-02-25 22:07:59 -08:00 committed by Willy Sudiarto Raharjo
parent ee885a02ea
commit 226b922a2c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 10 deletions

View file

@ -1,6 +1,4 @@
The following instructions are taken from /usr/doc/sfeed-*/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
copy necessary files from /usr/doc/sfeed-*
- Initialize sfeed folders:
mkdir -p "$HOME/.sfeed/feeds"

View file

@ -2,7 +2,7 @@
# Slackware build script for sfeed
# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sfeed
VERSION=${VERSION:-1.6}
VERSION=${VERSION:-1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="sfeed"
VERSION="1.6"
VERSION="1.7"
HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.6.tar.gz"
MD5SUM="b6374289fb19e8483e05e86386aee9af"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.7.tar.gz"
MD5SUM="49aa3cdf76470f1827092366dfb81c3f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""