From c960f5547db101136b2250412de98e32db3e8093 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 25 Feb 2023 22:07:59 -0800 Subject: network/sfeed: Updated for version 1.7. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/sfeed/README.SLACKWARE | 2 -- network/sfeed/sfeed.SlackBuild | 7 ++----- network/sfeed/sfeed.info | 6 +++--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE index a8a501e9b4..8b2309ed20 100644 --- a/network/sfeed/README.SLACKWARE +++ b/network/sfeed/README.SLACKWARE @@ -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" diff --git a/network/sfeed/sfeed.SlackBuild b/network/sfeed/sfeed.SlackBuild index 2db9400b53..e72e8a4e80 100644 --- a/network/sfeed/sfeed.SlackBuild +++ b/network/sfeed/sfeed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sfeed -# Copyright 2019-2022 Isaac Yu +# Copyright 2019-2023 Isaac Yu # 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 diff --git a/network/sfeed/sfeed.info b/network/sfeed/sfeed.info index 8007c45f89..a9c749e9cf 100644 --- a/network/sfeed/sfeed.info +++ b/network/sfeed/sfeed.info @@ -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="" -- cgit v1.2.3-65-gdbad